public class ActionBinding extends BindingBase
| Modifier and Type | Field and Description |
|---|---|
protected Component |
view |
checkingForValueChange, context, delegate, expression, modelUpdateDisabled, usingNullForEmptyStrings| Constructor and Description |
|---|
ActionBinding(AbstractButton button,
String propertyExpression) |
ActionBinding(BoundComponent component,
String propertyExpression,
String boundExpression) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
fireAction() |
Component |
getView() |
void |
updateView() |
getContext, getDelegate, getExpression, getValue, isCheckingForValueChange, isUsingNullForEmptyStrings, processException, setCheckingForValueChange, setContext, setDelegate, setUsingNullForEmptyStrings, setValueprotected Component view
public ActionBinding(AbstractButton button, String propertyExpression)
public ActionBinding(BoundComponent component, String propertyExpression, String boundExpression)
public Component getView()
public void updateView()
protected void fireAction()
Copyright © 2001–2015 Apache Cayenne. All rights reserved.