InputModelBase
in package
Tags
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
public
mixed
HTML_TYPE_BUTTON
= 'button'
HTML_TYPE_BUTTON_FIELD
public
mixed
HTML_TYPE_BUTTON_FIELD
= 'buttonHandleField'
HTML_TYPE_CHECKBOX
public
mixed
HTML_TYPE_CHECKBOX
= 'checkbox'
HTML_TYPE_CHECKBOX_BUTTON
public
mixed
HTML_TYPE_CHECKBOX_BUTTON
= 'checkboxWithSubmitButton'
HTML_TYPE_CHOSEN
public
mixed
HTML_TYPE_CHOSEN
= 'chosen'
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_EMAIL
public
mixed
HTML_TYPE_EMAIL
= 'email'
HTML_TYPE_HIDDEN
public
mixed
HTML_TYPE_HIDDEN
= 'hidden'
HTML_TYPE_ITALIC_LABEL_CHECKBOX
public
mixed
HTML_TYPE_ITALIC_LABEL_CHECKBOX
= 'italicLabelCheckbox'
HTML_TYPE_LABEL
public
mixed
HTML_TYPE_LABEL
= 'label'
HTML_TYPE_NUMBER
public
mixed
HTML_TYPE_NUMBER
= 'number'
HTML_TYPE_RADIO
public
mixed
HTML_TYPE_RADIO
= 'radio'
HTML_TYPE_SELECT
public
mixed
HTML_TYPE_SELECT
= 'select'
HTML_TYPE_TEMPLATE_LIST
public
mixed
HTML_TYPE_TEMPLATE_LIST
= 'templateList'
HTML_TYPE_TEXT
public
mixed
HTML_TYPE_TEXT
= 'text'
Properties
$_deactivate
private
mixed
$_deactivate
= false
$_descriptionRadioTextHTML
private
array<string|int, mixed>
$_descriptionRadioTextHTML
= []
$_descriptionTextHTML
private
string
$_descriptionTextHTML
= ''
$_hint
private
string
$_hint
= null
$_htmlType
private
string
$_htmlType
= self::HTML_TYPE_TEXT
$_id
private
string
$_id
= null
$_isMulti
private
bool
$_isMulti
= false
$_isPassword
private
bool
$_isPassword
= false
$_italicLabel
private
string
$_italicLabel
= ''
$_label
private
string
$_label
= null
$_labelOnlyValues
private
array<string|int, mixed>
$_labelOnlyValues
= []
$_maxValue
private
int
$_maxValue
= 0
$_minValue
private
int
$_minValue
= 0
$_name
private
string
$_name
= null
$_oOModule
private
string
$_oOModule
= ''
$_placeholder
private
string
$_placeholder
= null
$_referencedInputModels
private
array<string|int, InputModelBase>
$_referencedInputModels
= array()
$_specialDivId
private
string
$_specialDivId
= null
$_value
private
mixed
$_value
= null
$_valueCallback
private
array<string|int, mixed>
$_valueCallback
= null
For referenced input models only
$_valuesAvailable
private
array<string|int, mixed>
$_valuesAvailable
= array()
Methods
addReferencedInputModel()
public
addReferencedInputModel(InputModelBase $pReferencedInputModel) : mixed
Parameters
- $pReferencedInputModel : InputModelBase
Return values
mixed —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 —getId()
public
getId() : string
Return values
string —getIdentifier()
public
abstract getIdentifier() : string
Return values
string —getIsMulti()
public
getIsMulti() : bool
Return values
bool —getIsPassword()
public
getIsPassword() : bool
Return values
bool —getItalicLabel()
public
getItalicLabel() : string
Return values
string —getLabel()
public
getLabel() : 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 —getName()
public
getName() : string
Return values
string —getOoModule()
public
getOoModule() : string
Return values
string —getPlaceholder()
public
getPlaceholder() : bool
Return values
bool —getReferencedInputModels()
public
getReferencedInputModels() : array<string|int, InputModelBase>
Return values
array<string|int, InputModelBase> —getSpecialDivId()
public
getSpecialDivId() : string
Return values
string —getValue()
public
getValue() : mixed
Return values
mixed —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>