com.izforge.izpack.panels.userinput.field.button
Interface ButtonFieldConfig

All Superinterfaces:
FieldConfig
All Known Implementing Classes:
ButtonFieldReader

public interface ButtonFieldConfig
extends FieldConfig


Method Summary
 List<ButtonAction> getButtonActions()
          Get all the actions the button should run.
 String getButtonName()
          Get the button's name
 String getSuccessMsg()
          Get success message to be sent to the user if all the button's actions suceeed.
 
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

getButtonName

String getButtonName()
Get the button's name

Returns:

getSuccessMsg

String getSuccessMsg()
Get success message to be sent to the user if all the button's actions suceeed.

Returns:

getButtonActions

List<ButtonAction> getButtonActions()
Get all the actions the button should run.



Copyright © 2018. All rights reserved.