public class InferRelationshipsTabController extends CayenneController
| Modifier and Type | Field and Description |
|---|---|
static String |
GENERATE_PROPERTY |
protected ObjectBinding |
tableBinding |
protected InferRelationshipsPanel |
view |
application, parent, propertyChangeSupport| Constructor and Description |
|---|
InferRelationshipsTabController(InferRelationshipsControllerBase parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkAllAction()
An action that updates entity check boxes in response to the Select All state
change.
|
void |
entitySelectedAction()
A callback action that updates the state of Select All checkbox.
|
protected InferRelationshipsControllerBase |
getParentController() |
Component |
getView()
Returns the vie wassociated with this Controller.
|
protected void |
initBindings() |
boolean |
isSelected() |
void |
setSelected(boolean selected) |
addPropertyChangeListener, bindingUpdated, centerView, firePropertyChange, getApplication, getFrame, getLastDirectory, getParent, getViewPreferences, getWindow, makeCloseableOnEscape, reportErrorpublic static final String GENERATE_PROPERTY
protected InferRelationshipsPanel view
protected ObjectBinding tableBinding
public InferRelationshipsTabController(InferRelationshipsControllerBase parent)
protected InferRelationshipsControllerBase getParentController()
public Component getView()
CayenneControllergetView in interface BoundComponentgetView in class CayenneControllerprotected void initBindings()
public boolean isSelected()
public void setSelected(boolean selected)
public void entitySelectedAction()
public void checkAllAction()
Copyright © 2001–2015 Apache Cayenne. All rights reserved.