|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfc.web.forms.Field
fc.web.forms.AbstractText
fc.web.forms.MaxSizable
public abstract class MaxSizable
Represents an HTML field that accepts a 'maxlength' html attribute
Nested Class Summary |
---|
Nested classes/interfaces inherited from class fc.web.forms.Field |
---|
Field.Type |
Method Summary | |
---|---|
MaxSizable |
setMaxSize(int maxlen)
Specifies the maximum number of characters a text box can accept. |
MaxSizable |
setSize(int size)
Specifies the size of this text box. |
Methods inherited from class fc.web.forms.AbstractText |
---|
getBooleanValue, getDoubleValue, getFloatValue, getIntValue, getShortValue, getStringValue, getValue, isFilled, reset, setValue, setValue, setValueFromSubmit, toString, trimValues |
Methods inherited from class fc.web.forms.Field |
---|
add, addError, addLabel, addString, disable, disable, enable, enable, getLabel, getName, getType, getValidateErrors, isEnabled, render, render, render, renderError, renderError, renderImpl, renderStyleTag, setStyleTag, validate |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public MaxSizable setSize(int size)
public MaxSizable setMaxSize(int maxlen)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |