com.izforge.izpack.panels.userinput.field.rule
Interface RuleFieldConfig

All Superinterfaces:
FieldConfig
All Known Implementing Classes:
RuleFieldReader

public interface RuleFieldConfig
extends FieldConfig

Rule field configuration.

Author:
Tim Anderson

Method Summary
 RuleFormat getFormat()
          Returns the field format.
 String getLayout()
          Returns the field layout.
 String getSeparator()
          Returns the field separator.
 
Methods inherited from interface com.izforge.izpack.panels.userinput.field.FieldConfig
getCondition, getDefaultValue, getDescription, getDisplayHiddenCondition, getInitialValue, getLabel, getOmitFromAuto, getOsModels, getPacks, getProcessors, getReadonlyCondition, getSize, getSummaryKey, getTooltip, getValidators, getValidators, getVariable, isDisplayHidden, isReadonly
 

Method Detail

getLayout

String getLayout()
Returns the field layout.

Returns:
the field layout

getSeparator

String getSeparator()
Returns the field separator.

This is a string used for separating the contents of individual fields.

Returns:
the field separator. May be null

getFormat

RuleFormat getFormat()
Returns the field format.

Returns:
the field format


Copyright © 2018. All rights reserved.