onOffice WP Plugin

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'
$_deactivate  : mixed
$_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
$_placeholder  : string
$_referencedInputModels  : array<string|int, InputModelBase>
$_specialDivId  : string
$_value  : mixed
$_valueCallback  : array<string|int, mixed>
$_valuesAvailable  : array<string|int, mixed>
addReferencedInputModel()  : mixed
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
getPlaceholder()  : bool
getReferencedInputModels()  : array<string|int, InputModelBase>
getSpecialDivId()  : string
getValue()  : mixed
getValueCallback()  : array<string|int, mixed>
getValuesAvailable()  : array<string|int, mixed>
isDeactivate()  : mixed
setDeactivate()  : 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
setSpecialDivId()  : 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

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 abstract 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

getPlaceholder()

public getPlaceholder() : bool
Return values
bool

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

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

setSpecialDivId()

public setSpecialDivId(string $specialDivId) : mixed
Parameters
$specialDivId : 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