|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.tonbeller.wcf.component.ComponentSupport com.tonbeller.wcf.component.NestableComponentSupport com.tonbeller.wcf.catedit.CategoryEditor com.tonbeller.jpivot.navigator.hierarchy.SelectProperties
public class SelectProperties
Select Properties dialog
Nested Class Summary | |
---|---|
class |
SelectProperties.CancelHandler
|
class |
SelectProperties.OkHandler
|
Field Summary |
---|
Fields inherited from interface com.tonbeller.wcf.bookmarks.Bookmarkable |
---|
EXTENSIONAL, INTENSIONAL |
Constructor Summary | |
---|---|
SelectProperties(java.lang.String id,
com.tonbeller.wcf.component.Component parent,
TableComponent tableComponent)
Constructor for SelectProperties. |
Method Summary | |
---|---|
void |
initialize(com.tonbeller.wcf.controller.RequestContext context)
|
boolean |
isEditing()
|
void |
modelChanged(ModelChangeEvent e)
model data have changed, e.g. user has navigated |
org.w3c.dom.Element |
render(com.tonbeller.wcf.controller.RequestContext context,
org.w3c.dom.Document factory)
|
void |
setEditing(boolean editing)
|
void |
structureChanged(ModelChangeEvent e)
major change, e.g. extensions added/removed |
Methods inherited from class com.tonbeller.wcf.catedit.CategoryEditor |
---|
categoryModelChanged, getCategoryRenderer, getChangeCategoryButtonElementName, getItemRenderer, getModel, getRootElementName, mayMove, move, setCategoryRenderer, setChangeCategoryButtonElementName, setItemRenderer, setModel, setRootElementName |
Methods inherited from class com.tonbeller.wcf.component.NestableComponentSupport |
---|
render |
Methods inherited from class com.tonbeller.wcf.component.ComponentSupport |
---|
addFormListener, destroy, getBookmarkState, getDispatcher, getForm, getId, getLocale, getNextView, getParent, getRoleExpr, isAutoValidate, isListeningTo, isVisible, removeFormListener, request, revert, setAutoValidate, setBookmarkState, setId, setNextView, setParent, setRoleExpr, setVisible, validate, valueBound, valueUnbound |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.tonbeller.wcf.component.Component |
---|
getParent, isListeningTo, setNextView |
Methods inherited from interface com.tonbeller.wcf.controller.RequestListener |
---|
request |
Methods inherited from interface com.tonbeller.wcf.component.FormListener |
---|
revert, validate |
Methods inherited from interface com.tonbeller.wcf.component.Visible |
---|
isVisible, setVisible |
Methods inherited from interface com.tonbeller.wcf.component.LifeCycle |
---|
destroy |
Constructor Detail |
---|
public SelectProperties(java.lang.String id, com.tonbeller.wcf.component.Component parent, TableComponent tableComponent)
Method Detail |
---|
public void initialize(com.tonbeller.wcf.controller.RequestContext context) throws java.lang.Exception
initialize
in interface com.tonbeller.wcf.component.LifeCycle
initialize
in class com.tonbeller.wcf.catedit.CategoryEditor
java.lang.Exception
public boolean isEditing()
public void setEditing(boolean editing)
public org.w3c.dom.Element render(com.tonbeller.wcf.controller.RequestContext context, org.w3c.dom.Document factory) throws java.lang.Exception
render
in interface com.tonbeller.wcf.component.NestableComponent
render
in class com.tonbeller.wcf.catedit.CategoryEditor
java.lang.Exception
public void modelChanged(ModelChangeEvent e)
ModelChangeListener
modelChanged
in interface ModelChangeListener
public void structureChanged(ModelChangeEvent e)
ModelChangeListener
structureChanged
in interface ModelChangeListener
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |