public class FIBTableActionListener<T> extends Object implements ActionListener, org.openflexo.connie.BindingEvaluationContext, PropertyChangeListener
Modifier and Type | Field and Description |
---|---|
protected T |
selectedObject |
Constructor and Description |
---|
FIBTableActionListener(FIBTableAction tableAction,
<any> tableWidget) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent e) |
void |
delete() |
FIBController |
getController() |
Object |
getModel() |
T |
getSelectedObject() |
Object |
getValue(org.openflexo.connie.BindingVariable variable) |
boolean |
isActive(T selectedObject) |
boolean |
isAddAction() |
boolean |
isCustomAction() |
boolean |
isRemoveAction() |
boolean |
isStatic() |
protected void |
performAction(T selectedObject) |
void |
propertyChange(PropertyChangeEvent evt) |
void |
setModel(Object model) |
void |
setSelectedObject(T selectedObject) |
protected T selectedObject
public FIBTableActionListener(FIBTableAction tableAction, <any> tableWidget)
public void delete()
public void propertyChange(PropertyChangeEvent evt)
propertyChange
in interface PropertyChangeListener
public FIBController getController()
public boolean isAddAction()
public boolean isRemoveAction()
public boolean isCustomAction()
public boolean isStatic()
public boolean isActive(T selectedObject)
protected void performAction(T selectedObject)
public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener
public T getSelectedObject()
public void setSelectedObject(T selectedObject)
public Object getModel()
public void setModel(Object model)
public Object getValue(org.openflexo.connie.BindingVariable variable)
getValue
in interface org.openflexo.connie.BindingEvaluationContext
Copyright © 2022 Openflexo. All rights reserved.