com.izforge.izpack.panels.userinput.field.divider
Class Divider

java.lang.Object
  extended by com.izforge.izpack.panels.userinput.field.Field
      extended by com.izforge.izpack.panels.userinput.field.divider.Divider

public class Divider
extends Field

Divider field.

Author:
Tim Anderson

Constructor Summary
Divider(DividerConfig config, InstallData installData)
          Constructs a DividerField.
 
Method Summary
 Alignment getAlignment()
          Returns the divider alignment.
 
Methods inherited from class com.izforge.izpack.panels.userinput.field.Field
getDefaultValue, getDescription, getDescription, getInitialValue, getInstallData, getLabel, getLabel, getOmitFromAuto, getOsModels, getPacks, getProcessors, getSize, getSummaryKey, getTooltip, getValue, getVariable, isConditionTrue, isEffectiveDisplayHidden, isEffectiveReadonly, replaceVariables, setSaving, setValue, setVariable, validate, validate, wrapDefaultValue, wrapInitialValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Divider

public Divider(DividerConfig config,
               InstallData installData)
Constructs a DividerField.

Parameters:
config - the configuration to get field information from
installData - the installation data
Throws:
IzPackException - if the field cannot be read
Method Detail

getAlignment

public Alignment getAlignment()
Returns the divider alignment.

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


Copyright © 2018. All rights reserved.