public class ClassesTabController extends CayenneController
| Modifier and Type | Field and Description |
|---|---|
static String |
GENERATE_PROPERTY |
protected ObjectBinding |
tableBinding |
protected ClassesTabPanel |
view |
application, parent, propertyChangeSupport| Constructor and Description |
|---|
ClassesTabController(CodeGeneratorControllerBase 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 |
classSelectedAction()
A callback action that updates the state of Select All checkbox.
|
protected CodeGeneratorControllerBase |
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 ClassesTabPanel view
protected ObjectBinding tableBinding
public ClassesTabController(CodeGeneratorControllerBase parent)
protected CodeGeneratorControllerBase getParentController()
public Component getView()
CayenneControllergetView in interface BoundComponentgetView in class CayenneControllerprotected void initBindings()
public boolean isSelected()
public void setSelected(boolean selected)
public void classSelectedAction()
public void checkAllAction()
Copyright © 2001–2015 Apache Cayenne. All rights reserved.