|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.servlet.tbeans.navigationbar.BaseNavigationBarElement
public abstract class BaseNavigationBarElement
The abstract Transformation Bean base object for creating elements for
navigating through a Transformation Bean's model. This class requires a model
that implements BaseNavigationInterface
.
A NavigationBarElement can be added to a NavigationBar, any subclass of
BaseNavigationBar
. An element
handles rendering all the actions of a particular functionality. For example,
scrolling, editing, etc.
Note that subclasses of this bean actually provide the markup rendering used in/with Servlet and JavaServer Pages technologies. If you need to add support for a markup language that is not explicitly provided with AppDev Studio, then you must extend this class.
For More Information:
JSP custom tags provide an alternative to using the TransformationBeans. Visit the Custom Tag Library Reference for additional information on these custom tags.
Note: A snapshot of the AppDev Studio Developers Site is installed on your local Web server when you install AppDev Studio. To access the site from webAF, select Help -> Developer Site .
BaseNavigationBar
,
Serialized FormConstructor Summary | |
---|---|
BaseNavigationBarElement()
Default Constructor |
Method Summary | |
---|---|
BaseNavigationInterface |
getModel()
Return the model for the navigationbar element. |
void |
setModel(BaseNavigationInterface model)
Sets the model for the navigationbar element. |
Methods inherited from class com.sas.servlet.tbeans.BaseActionTransformation |
---|
dispose, getActionProvider, getActionSupportType, getUniqueId, isActionVisible, listActionTypes, listAreaTypes, setActionProvider, setActionSupportType, setActionVisible, setUniqueId |
Methods inherited from interface com.sas.servlet.tbeans.TransformationInterface |
---|
getCustomAttributes, getDescription, getId, getLocale, getName, getRequest, getResponse, getTagEpilog, getTagProlog, isVisible, setCustomAttributes, setDescription, setId, setLocale, setName, setRequest, setResponse, setTagEpilog, setTagProlog, setVisible, write, write, write |
Methods inherited from interface com.sas.actionprovider.HttpActionProviderViewInterface |
---|
getRequest, setRequest |
Constructor Detail |
---|
public BaseNavigationBarElement()
Method Detail |
---|
public BaseNavigationInterface getModel()
public void setModel(BaseNavigationInterface model)
model
- the model for the navigationbar element
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |