com.izforge.izpack.panels.userinput.field.custom
Interface CustomFieldConfig

All Superinterfaces:
FieldConfig
All Known Implementing Classes:
CustomFieldReader

public interface CustomFieldConfig
extends FieldConfig


Method Summary
 List<Column> getColumns()
           
 List<Field> getFields()
           
 int getMaxRow()
          Get the maximum amount of rows to show
 int getMinRow()
          Get the minimum amount of rows to show
 
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

getColumns

List<Column> getColumns()
Returns:
list of columns

getFields

List<Field> getFields()
Returns:
list of fields

getMinRow

int getMinRow()
Get the minimum amount of rows to show

Returns:

getMaxRow

int getMaxRow()
Get the maximum amount of rows to show

Returns:


Copyright © 2018. All rights reserved.