| com.sun.portal.search.admin.RDView
RDView | public class RDView extends RequestHandlingTiledViewBase implements TiledView,RequestHandler(Code) | | This view uses model of type AMIndentedListModel to display a tree like
heirarchichal data structure in expanded tree form. So when a tree is
expanded its nodes are displayed as indented rows. The indentation is
relative to the parent node.
Each row has this structure: [checkbox]name[link]
The checkbox and link can be turned on or off. Thus,those nodes which are only
for labeling purpose, can have only the name displayed in the row. This view
uses TiledView of JATO, and hence each row is a tile.
Typicaly, the subclasses will use the link to display the properties
associated with the name, and checkbox may be used for add/delete operations.
|
EDITFIELD_NAME | final public static String EDITFIELD_NAME(Code) | | |
STATIC_FIELD_VALUE | final public static String STATIC_FIELD_VALUE(Code) | | |
TAXBROWSE_BUTTON | final public static String TAXBROWSE_BUTTON(Code) | | |
beginDisplay | public void beginDisplay(DisplayEvent event) throws ModelControlException(Code) | | |
beginTaxonomyBrowseDisplay | public boolean beginTaxonomyBrowseDisplay(ChildDisplayEvent event)(Code) | | |
getDynamicCompList | public List getDynamicCompList()(Code) | | Gets dynamic gui components from the Http request object and returns
a List.
List of DynamicGUIComp |
handleTaxBrowserRequest | public void handleTaxBrowserRequest(RequestInvocationEvent event)(Code) | | |
loadSchema | public void loadSchema()(Code) | | |
nextTile | public boolean nextTile() throws ModelControlException(Code) | | Increments the current tile position to the next available tile position.
This method sets the current row in the model to the current tile index
and builds the dynamic gui component for the attribute in the current
row.
True if successful. throws: ModelControlException - |
registerChildren | protected void registerChildren()(Code) | | |
|
|