Class TSqliteScaffoldInput
TSqliteScaffoldInput class file.
| Method Summary |
|
protected
void
|
|
|
protected
void
|
|
|
protected
void
|
|
|
protected
void
|
|
|
protected
void
|
|
| Methods Inherited From TScaffoldInputCommon |
|
TScaffoldInputCommon::createBooleanControl(), TScaffoldInputCommon::createDateControl(), TScaffoldInputCommon::createDateTimeControl(), TScaffoldInputCommon::createDefaultControl(), TScaffoldInputCommon::createEnumControl(), TScaffoldInputCommon::createFloatControl(), TScaffoldInputCommon::createIntegerControl(), TScaffoldInputCommon::createMultiLineControl(), TScaffoldInputCommon::createRangeValidator(), TScaffoldInputCommon::createRequiredValidator(), TScaffoldInputCommon::createSetControl(), TScaffoldInputCommon::createTimeControl(), TScaffoldInputCommon::createTypeValidator(), TScaffoldInputCommon::createYearControl(), TScaffoldInputCommon::getDateTimeValue(), TScaffoldInputCommon::getDefaultControlValue(), TScaffoldInputCommon::getEnumValue(), TScaffoldInputCommon::getMatchingIndices(), TScaffoldInputCommon::getSetValue(), TScaffoldInputCommon::getTimeValue(), TScaffoldInputCommon::setDefaultProperty(), TScaffoldInputCommon::setNotNullProperty()
|
| Method Details |
createControl
| protected void createControl |
(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 |
|
getControlValue
| protected void getControlValue |
(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 |
|
|