classafFormBean::SkinCtx
sys::Obj afFormBean::SkinCtx
Passed to InputSkins to provide all the information they need to render a form field.
- bean
Obj? bean- beanInvalid
Bool beanInvalid()Returns
trueif the bean is invalid; that is, if any field is in error.- errMsg
Str? errMsg()Returns the error message associated with this field.
- field
const Field field- fieldInvalid
Bool fieldInvalid()Returns
trueif the field has an error message.- input
HtmlInput input()Returns the
@HtmlInputfacet on the field.- label
Str label()Returns the preferred display label associated with the field.
- msg
Returns the message (if any) associated with the given key.
- name
Str name()Returns the name of the field. Safe for use as a CSS class name.
- toClient
Converts the given value to a string using the preferred
ValueEncoder.- value
Str value()Returns the preferred string value to be rendered in the
<input>.