Class TScaffoldInputCommon
Direct Known Sub-classes:
TScaffoldInputCommon class file.
| Method Summary |
|
protected
void
|
|
|
protected
void
|
|
|
protected
void
|
|
|
protected
void
|
|
|
protected
void
|
|
|
protected
void
|
|
|
protected
void
|
|
|
protected
void
|
|
|
protected
void
|
|
|
protected
void
|
|
|
protected
void
|
|
|
protected
void
|
|
|
protected
void
|
|
|
protected
void
|
|
|
protected
void
|
|
|
protected
void
|
|
|
protected
void
|
getEnumValue
( mixed $container, mixed $column, mixed $record)
|
|
protected
void
|
|
|
protected
void
|
getSetValue
( mixed $container, mixed $column, mixed $record)
|
|
protected
void
|
getTimeValue
( mixed $container, mixed $column, mixed $record)
|
|
protected
void
|
|
|
protected
void
|
|
| Method Details |
createBooleanControl
| protected void createBooleanControl |
(mixed $container , mixed $column , mixed $record ) |
| Input |
| mixed | $container | |
| mixed | $column | |
| mixed | $record | |
| Output |
| Exception |
|
createDateControl
| protected void createDateControl |
(mixed $container , mixed $column , mixed $record ) |
| Input |
| mixed | $container | |
| mixed | $column | |
| mixed | $record | |
| Output |
| Exception |
|
createDateTimeControl
| protected void createDateTimeControl |
(mixed $container , mixed $column , mixed $record ) |
| Input |
| mixed | $container | |
| mixed | $column | |
| mixed | $record | |
| Output |
| Exception |
|
createDefaultControl
| protected void createDefaultControl |
(mixed $container , mixed $column , mixed $record ) |
| Input |
| mixed | $container | |
| mixed | $column | |
| mixed | $record | |
| Output |
| Exception |
|
createEnumControl
| protected void createEnumControl |
(mixed $container , mixed $column , mixed $record ) |
| Input |
| mixed | $container | |
| mixed | $column | |
| mixed | $record | |
| Output |
| Exception |
|
createFloatControl
| protected void createFloatControl |
(mixed $container , mixed $column , mixed $record ) |
| Input |
| mixed | $container | |
| mixed | $column | |
| mixed | $record | |
| Output |
| Exception |
|
createIntegerControl
| protected void createIntegerControl |
(mixed $container , mixed $column , mixed $record ) |
| Input |
| mixed | $container | |
| mixed | $column | |
| mixed | $record | |
| Output |
| Exception |
|
createMultiLineControl
| protected void createMultiLineControl |
(mixed $container , mixed $column , mixed $record ) |
| Input |
| mixed | $container | |
| mixed | $column | |
| mixed | $record | |
| Output |
| Exception |
|
createRangeValidator
| protected void createRangeValidator |
(mixed $container , mixed $column , mixed $record ) |
| Input |
| mixed | $container | |
| mixed | $column | |
| mixed | $record | |
| Output |
| Exception |
|
createRequiredValidator
| protected void createRequiredValidator |
(mixed $container , mixed $column , mixed $record ) |
| Input |
| mixed | $container | |
| mixed | $column | |
| mixed | $record | |
| Output |
| Exception |
|
createSetControl
| protected void createSetControl |
(mixed $container , mixed $column , mixed $record ) |
| Input |
| mixed | $container | |
| mixed | $column | |
| mixed | $record | |
| Output |
| Exception |
|
createTimeControl
| protected void createTimeControl |
(mixed $container , mixed $column , mixed $record ) |
| Input |
| mixed | $container | |
| mixed | $column | |
| mixed | $record | |
| Output |
| Exception |
|
createTypeValidator
| protected void createTypeValidator |
(mixed $container , mixed $column , mixed $record ) |
| Input |
| mixed | $container | |
| mixed | $column | |
| mixed | $record | |
| Output |
| Exception |
|
createYearControl
| protected void createYearControl |
(mixed $container , mixed $column , mixed $record ) |
| Input |
| mixed | $container | |
| mixed | $column | |
| mixed | $record | |
| Output |
| Exception |
|
getDateTimeValue
| protected void getDateTimeValue |
(mixed $container , mixed $column , mixed $record ) |
| Input |
| mixed | $container | |
| mixed | $column | |
| mixed | $record | |
| Output |
| Exception |
|
getDefaultControlValue
| protected void getDefaultControlValue |
(mixed $container , mixed $column , mixed $record ) |
| Input |
| mixed | $container | |
| mixed | $column | |
| mixed | $record | |
| Output |
| Exception |
|
getEnumValue
| protected void getEnumValue |
(mixed $container , mixed $column , mixed $record ) |
| Input |
| mixed | $container | |
| mixed | $column | |
| mixed | $record | |
| Output |
| Exception |
|
getMatchingIndices
| protected void getMatchingIndices |
(mixed $checks , mixed $values ) |
| Input |
| mixed | $checks | |
| mixed | $values | |
| Output |
| Exception |
|
getSetValue
| protected void getSetValue |
(mixed $container , mixed $column , mixed $record ) |
| Input |
| mixed | $container | |
| mixed | $column | |
| mixed | $record | |
| Output |
| Exception |
|
getTimeValue
| protected void getTimeValue |
(mixed $container , mixed $column , mixed $record ) |
| Input |
| mixed | $container | |
| mixed | $column | |
| mixed | $record | |
| Output |
| Exception |
|
setDefaultProperty
| protected void setDefaultProperty |
(mixed $container , mixed $control , mixed $column , mixed $record ) |
| Input |
| mixed | $container | |
| mixed | $control | |
| mixed | $column | |
| mixed | $record | |
| Output |
| Exception |
|
setNotNullProperty
| protected void setNotNullProperty |
(mixed $container , mixed $control , mixed $column , mixed $record ) |
| Input |
| mixed | $container | |
| mixed | $control | |
| mixed | $column | |
| mixed | $record | |
| Output |
| Exception |
|
|