|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Model
A Model provides core functionality. It may be extended by optional
Extension
s.
Field Summary |
---|
Fields inherited from interface com.tonbeller.wcf.bookmarks.Bookmarkable |
---|
EXTENSIONAL, INTENSIONAL |
Method Summary | |
---|---|
void |
addExtension(Extension extension)
adds an extension to this model. |
void |
addModelChangeListener(ModelChangeListener l)
adds a model change listener |
Extension |
getExtension(java.lang.String id)
returns the extension if this model instance supports it. |
java.util.Map |
getExtensions()
returns a Map containing all extensions JSP scripting. |
Model |
getRootModel()
Returns the bottom element of the decorator chain. |
Model |
getTopDecorator()
Returns the top element of the decorator chain. |
void |
removeModelChangeListener(ModelChangeListener l)
removes a model change listener |
void |
setLocale(java.util.Locale locale)
sets the locale for messages, data display etc |
Methods inherited from interface com.tonbeller.wcf.bookmarks.Bookmarkable |
---|
getBookmarkState, setBookmarkState |
Method Detail |
---|
Extension getExtension(java.lang.String id)
java.util.Map getExtensions()
void setLocale(java.util.Locale locale)
void addExtension(Extension extension)
void addModelChangeListener(ModelChangeListener l)
void removeModelChangeListener(ModelChangeListener l)
Model getTopDecorator()
Model getRootModel()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |