|
| | __construct (array $options=null) |
| |
| | getUser () |
| |
| | getRequestUrl () |
| |
| | setRequestUrl ($url) |
| |
| | getIconClass () |
| |
| | getPublicTitle () |
| |
| | checkDefaultRequestValue ($value) |
| |
| | __construct (array $options=null) |
| |
| | processOptions ($options) |
| |
| | beforesave () |
| |
| | getCheckboxParam ($key=null) |
| |
| | set ($value) |
| |
| | setListenPost ($boolean) |
| |
| | isListenPost () |
| |
| | get () |
| |
| | getHint () |
| |
| | setHint ($text) |
| |
| | setEscapeType ($escape_type) |
| |
| | getEscapeType () |
| |
| | unsetvalue () |
| |
| | validate ($value) |
| |
| | setChecker ($callmethod, $errortxt= '') |
| |
| | removeAllCheckers () |
| |
| | getCheckers () |
| |
| | setVisible ($bool, $switch=null) |
| |
| | isVisible ($switch=null, $use_default_visible=true) |
| |
| | isMeVisible ($switch=null, $use_default_visible=true) |
| |
| | setMeVisible ($bool) |
| |
| | getTreeList () |
| |
| | setTree ($tree_function,...$params) |
| |
| | getListFunc () |
| |
| | setList ($listfunc,...$params) |
| |
| | setListFromArray (array $list) |
| |
| | setChangeSizeForList ($bool) |
| |
| | getList () |
| |
| | setCheckboxView ($onValue, $offValue) |
| |
| | setCheckboxListView ($bool) |
| |
| | setRadioListView ($bool, $inline=false) |
| |
| | isRadioListInline () |
| |
| | selfSave () |
| |
| | normalizePost () |
| |
| | addClass (string $class) |
| |
| | setAttr (array $view_attr) |
| |
| | getAttr () |
| |
| | getAttrArray () |
| |
| | getAttrByKey ($key) |
| |
| | isHaveAttrKey ($key) |
| |
| | textView () |
| |
| | formView ($view_options=null, $orm_object=null) |
| |
| | setName ($name) |
| |
| | getName () |
| |
| | setArrayWrap ($array_wrap_name) |
| |
| | setFormName ($form_name) |
| |
| | getFormName () |
| |
| | setMaxLength ($length) |
| |
| | getMaxLength () |
| |
| | isAlwaysModify () |
| |
| | setAlwaysModify ($bool) |
| |
| | setReadOnly ($readonly=true) |
| |
| | setErrors (array $errors) |
| |
| | getErrors () |
| |
| | hasErrors () |
| |
| | getDescription () |
| |
| | setDescription ($description) |
| |
| | setUseToSave ($bool) |
| |
| | isUseToSave () |
| |
| | isRuntime () |
| |
| | setRuntime ($bool) |
| |
| | isAutoincrement () |
| |
| | setAutoincrement ($bool) |
| |
| | hasLength () |
| |
| | setAllowEmpty ($bool) |
| |
| | isAllowEmpty () |
| |
| | getSQLNotation () |
| |
| | getSQLTypeParameter () |
| |
| | setDecimal ($decimal) |
| |
| | getDecimal () |
| |
| | setPrimaryKey ($bool) |
| |
| | isPrimaryKey () |
| |
| | setUnique ($bool) |
| |
| | isUnique () |
| |
| | setIndex ($bool) |
| |
| | isIndex () |
| |
| | setDefault ($default, $is_func=false) |
| |
| | getDefault ($db_format=false) |
| |
| | isDefaultFunc () |
| |
| | getPhpType () |
| |
| | setPhpType ($type) |
| |
| | setTemplate ($template) |
| |
| | setMeTemplate ($template) |
| |
| | getOriginalTemplate () |
| |
| | getRenderTemplate ($multiedit=false) |
| |
| | getTitle () |
| |
| | setHidden ($bool) |
| |
| | isHidden () |
| |
| | escape ($value) |
| |
| | checkDefaultRequestValue ($value) |
| |
| | setRequestType ($var_type) |
| |
| | getFromRequest (array $src) |
| |
| | callPropertyFunction ($property_name,...$params) |
| |
| | setTrimString ($bool) |
| |
| | getTrimString () |
| |
| | isHtmlEncodedField () |
| |
| | __set ($name, $value) |
| |
| | __get ($name) |
| |
| | __isset ($name) |
| |
| | __unset ($name) |
| |