com.izforge.izpack.panels.userinput.field.custom
Class CustomField

java.lang.Object
  extended by com.izforge.izpack.panels.userinput.field.Field
      extended by com.izforge.izpack.panels.userinput.field.custom.CustomField

public class CustomField
extends Field


Constructor Summary
CustomField(CustomFieldConfig config, InstallData installData)
          Constructs an CustomField.
 
Method Summary
 List<Column> getColumns()
           
 List<Field> getFields()
           
 int getMaxRow()
           
 int getMinRow()
           
 
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

CustomField

public CustomField(CustomFieldConfig config,
                   InstallData installData)
Constructs an CustomField.

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

getFields

public List<Field> getFields()

getColumns

public List<Column> getColumns()

getMinRow

public int getMinRow()

getMaxRow

public int getMaxRow()


Copyright © 2018. All rights reserved.