| com.sun.portal.search.admin.RDAddView
RDAddView | public class RDAddView 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.
|
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) | | |
getDBListOption | OptionList getDBListOption()(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) | | |
|
|