|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.izforge.izpack.panels.userinput.field.rule.FieldLayout
public class FieldLayout
Rule field layout.
| Constructor Summary | |
|---|---|
FieldLayout(String layout)
Constructs a FieldLayout. |
|
| Method Summary | |
|---|---|
List<FieldSpec> |
getFieldSpecs()
Returns the field specifications. |
List<Object> |
getLayout()
Returns the layout items. |
ValidationStatus |
validate(String value)
Validates a value against the layout, splitting it into the appropriate fields. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FieldLayout(String layout)
FieldLayout.
layout - the layout specifier| Method Detail |
|---|
public List<FieldSpec> getFieldSpecs()
public List<Object> getLayout()
FieldSpec instances.public ValidationStatus validate(String value)
value - the value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||