onOffice WP Plugin

InputModelOption extends InputModelBase
in package

Tags
url

http://www.onoffice.de

copyright

2003-2017, onOffice(R) GmbH

Table of Contents

HTML_TYPE_BUTTON  = 'button'
HTML_TYPE_BUTTON_FIELD  = 'buttonHandleField'
HTML_TYPE_CHECKBOX  = 'checkbox'
HTML_TYPE_CHECKBOX_BUTTON  = 'checkboxWithSubmitButton'
HTML_TYPE_CHOSEN  = 'chosen'
HTML_TYPE_COMPLEX_SORTABLE_CHECKBOX_LIST  = 'complexSortableCheckboxList'
HTML_TYPE_COMPLEX_SORTABLE_DETAIL_LIST  = 'complexSortableDetailList'
HTML_TYPE_EMAIL  = 'email'
HTML_TYPE_HIDDEN  = 'hidden'
HTML_TYPE_ITALIC_LABEL_CHECKBOX  = 'italicLabelCheckbox'
HTML_TYPE_LABEL  = 'label'
HTML_TYPE_NUMBER  = 'number'
HTML_TYPE_RADIO  = 'radio'
HTML_TYPE_SELECT  = 'select'
HTML_TYPE_TEMPLATE_LIST  = 'templateList'
HTML_TYPE_TEXT  = 'text'
SETTING_TYPE_BOOLEAN  = 'boolean'
SETTING_TYPE_INTEGER  = 'integer'
SETTING_TYPE_NUMBER  = 'number'
SETTING_TYPE_STRING  = 'string'
$_deactivate  : mixed
$_default  : mixed
$_description  : string
$_descriptionRadioTextHTML  : array<string|int, mixed>
$_descriptionTextHTML  : string
$_hint  : string
$_htmlType  : string
$_id  : string
$_isMulti  : bool
$_isPassword  : bool
$_italicLabel  : string
$_label  : string
$_labelOnlyValues  : array<string|int, mixed>
$_maxValue  : int
$_minValue  : int
$_name  : string
$_oOModule  : string
$_optionGroup  : string
$_placeholder  : string
$_referencedInputModels  : array<string|int, InputModelBase>
$_sanitizeCallback  : bool
$_showInRest  : bool
$_specialDivId  : string
$_type  : string
$_value  : mixed
$_valueCallback  : array<string|int, mixed>
$_valuesAvailable  : array<string|int, mixed>
__construct()  : mixed
addReferencedInputModel()  : mixed
getDefault()  : mixed
getDescription()  : string
getDescriptionRadioTextHTML()  : string
getDescriptionTextHTML()  : string
getHintHtml()  : string
getHtmlType()  : string
getId()  : string
getIdentifier()  : string
getIsMulti()  : bool
getIsPassword()  : bool
getItalicLabel()  : string
getLabel()  : string
getLabelOnlyValues()  : array<string|int, mixed>
getMaxValueHtml()  : int
getMinValueHtml()  : int
getName()  : string
getOoModule()  : string
getOptionGroup()  : string
getPlaceholder()  : bool
getReferencedInputModels()  : array<string|int, InputModelBase>
getSanitizeCallback()  : callable
getShowInRest()  : bool
getSpecialDivId()  : string
getType()  : string
getValue()  : mixed
getValueCallback()  : array<string|int, mixed>
getValuesAvailable()  : array<string|int, mixed>
isDeactivate()  : mixed
setDeactivate()  : mixed
setDefault()  : mixed
setDescription()  : mixed
setDescriptionRadioTextHTML()  : mixed
setDescriptionTextHTML()  : mixed
setHintHtml()  : mixed
setHtmlType()  : mixed
setId()  : mixed
setIsMulti()  : mixed
setIsPassword()  : mixed
setItalicLabel()  : mixed
setLabel()  : mixed
setLabelOnlyValues()  : mixed
setMaxValueHtml()  : mixed
setMinValueHtml()  : mixed
setName()  : mixed
setOoModule()  : mixed
setPlaceholder()  : mixed
setSanitizeCallback()  : mixed
setShowInRest()  : mixed
setSpecialDivId()  : mixed
setType()  : mixed
setValue()  : mixed
setValueCallback()  : mixed
setValuesAvailable()  : mixed

Constants

HTML_TYPE_BUTTON_FIELD

public mixed HTML_TYPE_BUTTON_FIELD = 'buttonHandleField'

HTML_TYPE_CHECKBOX_BUTTON

public mixed HTML_TYPE_CHECKBOX_BUTTON = 'checkboxWithSubmitButton'

HTML_TYPE_COMPLEX_SORTABLE_CHECKBOX_LIST

public mixed HTML_TYPE_COMPLEX_SORTABLE_CHECKBOX_LIST = 'complexSortableCheckboxList'

HTML_TYPE_COMPLEX_SORTABLE_DETAIL_LIST

public mixed HTML_TYPE_COMPLEX_SORTABLE_DETAIL_LIST = 'complexSortableDetailList'

HTML_TYPE_ITALIC_LABEL_CHECKBOX

public mixed HTML_TYPE_ITALIC_LABEL_CHECKBOX = 'italicLabelCheckbox'

HTML_TYPE_TEMPLATE_LIST

public mixed HTML_TYPE_TEMPLATE_LIST = 'templateList'

Properties

$_descriptionRadioTextHTML

private array<string|int, mixed> $_descriptionRadioTextHTML = []

$_descriptionTextHTML

private string $_descriptionTextHTML = ''

$_labelOnlyValues

private array<string|int, mixed> $_labelOnlyValues = []

$_valueCallback

private array<string|int, mixed> $_valueCallback = null

For referenced input models only

$_valuesAvailable

private array<string|int, mixed> $_valuesAvailable = array()

Methods

__construct()

public __construct(string $optionGroup, string $name, string $label, string $type) : mixed
Parameters
$optionGroup : string
$name : string
$label : string
$type : string
Return values
mixed

getDescription()

public getDescription() : string
Return values
string

getDescriptionRadioTextHTML()

public getDescriptionRadioTextHTML() : string
Return values
string

getDescriptionTextHTML()

public getDescriptionTextHTML() : string
Return values
string

getHintHtml()

public getHintHtml() : string
Return values
string

getHtmlType()

public getHtmlType() : string
Return values
string

getIdentifier()

public getIdentifier() : string
Return values
string

getIsPassword()

public getIsPassword() : bool
Return values
bool

getItalicLabel()

public getItalicLabel() : string
Return values
string

getLabelOnlyValues()

public getLabelOnlyValues() : array<string|int, mixed>
Return values
array<string|int, mixed>

getMaxValueHtml()

public getMaxValueHtml() : int
Return values
int

getMinValueHtml()

public getMinValueHtml() : int
Return values
int

getOoModule()

public getOoModule() : string
Return values
string

getOptionGroup()

public getOptionGroup() : string
Return values
string

getPlaceholder()

public getPlaceholder() : bool
Return values
bool

getSanitizeCallback()

public getSanitizeCallback() : callable
Return values
callable

getSpecialDivId()

public getSpecialDivId() : string
Return values
string

getValueCallback()

public getValueCallback() : array<string|int, mixed>
Return values
array<string|int, mixed>

getValuesAvailable()

public getValuesAvailable() : array<string|int, mixed>
Return values
array<string|int, mixed>

isDeactivate()

public isDeactivate() : mixed
Return values
mixed

setDeactivate()

public setDeactivate(mixed $deactivate) : mixed
Parameters
$deactivate : mixed
Return values
mixed

setDefault()

public setDefault(mixed $default) : mixed
Parameters
$default : mixed
Return values
mixed

setDescription()

public setDescription(string $description) : mixed
Parameters
$description : string
Return values
mixed

setDescriptionRadioTextHTML()

public setDescriptionRadioTextHTML(array<string|int, mixed> $textHTML) : mixed
Parameters
$textHTML : array<string|int, mixed>
Return values
mixed

setDescriptionTextHTML()

public setDescriptionTextHTML(string $textHTML) : mixed
Parameters
$textHTML : string
Return values
mixed

setHintHtml()

public setHintHtml(string $hint) : mixed
Parameters
$hint : string
Return values
mixed

setHtmlType()

public setHtmlType(string $htmlType) : mixed
Parameters
$htmlType : string
Return values
mixed

setId()

public setId(string $id) : mixed
Parameters
$id : string
Return values
mixed

setIsMulti()

public setIsMulti(bool $isMulti) : mixed
Parameters
$isMulti : bool
Return values
mixed

setIsPassword()

public setIsPassword(bool $isPassword) : mixed
Parameters
$isPassword : bool
Return values
mixed

setItalicLabel()

public setItalicLabel(string $italicLabel) : mixed
Parameters
$italicLabel : string
Return values
mixed

setLabel()

public setLabel(string $label) : mixed
Parameters
$label : string
Return values
mixed

setLabelOnlyValues()

public setLabelOnlyValues(array<string|int, mixed> $labelOnlyValues) : mixed
Parameters
$labelOnlyValues : array<string|int, mixed>
Return values
mixed

setMaxValueHtml()

public setMaxValueHtml(int $maxValue) : mixed
Parameters
$maxValue : int
Return values
mixed

setMinValueHtml()

public setMinValueHtml(int $minValue) : mixed
Parameters
$minValue : int
Return values
mixed

setName()

public setName(string $name) : mixed
Parameters
$name : string
Return values
mixed

setOoModule()

public setOoModule(string $module) : mixed
Parameters
$module : string
Return values
mixed

setPlaceholder()

public setPlaceholder(string $placeholder) : mixed
Parameters
$placeholder : string
Return values
mixed

setSanitizeCallback()

public setSanitizeCallback(callable $sanitizeCallback) : mixed
Parameters
$sanitizeCallback : callable
Return values
mixed

setShowInRest()

public setShowInRest(bool $showInRest) : mixed
Parameters
$showInRest : bool
Return values
mixed

setSpecialDivId()

public setSpecialDivId(string $specialDivId) : mixed
Parameters
$specialDivId : string
Return values
mixed

setType()

public setType(string $type) : mixed
Parameters
$type : string
Return values
mixed

setValue()

public setValue(mixed $value) : mixed
Parameters
$value : mixed
Return values
mixed

setValueCallback()

public setValueCallback(callable $valueCallback) : mixed
Parameters
$valueCallback : callable
Return values
mixed

setValuesAvailable()

public setValuesAvailable(array<string|int, mixed> $valuesAvailable) : mixed
Parameters
$valuesAvailable : array<string|int, mixed>
Return values
mixed

Search results