com.izforge.izpack.panels.userinput.field.divider
Interface DividerConfig

All Superinterfaces:
FieldConfig
All Known Implementing Classes:
DividerReader

public interface DividerConfig
extends FieldConfig

Divider configuration.

Author:
Tim Anderson

Method Summary
 Alignment getAlignment()
          Returns the divider alignment.
 
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

getAlignment

Alignment getAlignment()
Returns the divider alignment.

Returns:
the divider alignment, or null if none is specified


Copyright © 2018. All rights reserved.