public class FormAttributeAdapter extends Object implements GriffonPivotAdapter, org.apache.pivot.wtk.FormAttributeListener
Constructor and Description |
---|
FormAttributeAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
flagChanged(org.apache.pivot.wtk.Form arg0,
org.apache.pivot.wtk.Component arg1,
org.apache.pivot.wtk.Form.Flag arg2) |
CallableWithArgs<Void> |
getFlagChanged() |
CallableWithArgs<Void> |
getLabelChanged() |
CallableWithArgs<Void> |
getRequiredChanged() |
void |
labelChanged(org.apache.pivot.wtk.Form arg0,
org.apache.pivot.wtk.Component arg1,
String arg2) |
void |
requiredChanged(org.apache.pivot.wtk.Form arg0,
org.apache.pivot.wtk.Component arg1) |
void |
setFlagChanged(CallableWithArgs<Void> flagChanged) |
void |
setLabelChanged(CallableWithArgs<Void> labelChanged) |
void |
setRequiredChanged(CallableWithArgs<Void> requiredChanged) |
public CallableWithArgs<Void> getLabelChanged()
public CallableWithArgs<Void> getRequiredChanged()
public CallableWithArgs<Void> getFlagChanged()
public void setLabelChanged(CallableWithArgs<Void> labelChanged)
public void setRequiredChanged(CallableWithArgs<Void> requiredChanged)
public void setFlagChanged(CallableWithArgs<Void> flagChanged)
public void labelChanged(org.apache.pivot.wtk.Form arg0, org.apache.pivot.wtk.Component arg1, String arg2)
labelChanged
in interface org.apache.pivot.wtk.FormAttributeListener
public void requiredChanged(org.apache.pivot.wtk.Form arg0, org.apache.pivot.wtk.Component arg1)
requiredChanged
in interface org.apache.pivot.wtk.FormAttributeListener
public void flagChanged(org.apache.pivot.wtk.Form arg0, org.apache.pivot.wtk.Component arg1, org.apache.pivot.wtk.Form.Flag arg2)
flagChanged
in interface org.apache.pivot.wtk.FormAttributeListener