| |
|
| com.sun.portal.netfile.admin.NetFileHostsTiledView
NetFileHostsTiledView | public class NetFileHostsTiledView extends RequestHandlingTiledViewBase implements TiledView,RequestHandler(Code) | | |
CHILD_CB_SELECT_HOST | final public static String CHILD_CB_SELECT_HOST(Code) | | |
CHILD_EDIT_LABEL | final public static String CHILD_EDIT_LABEL(Code) | | |
CHILD_HOST_NAME | final public static String CHILD_HOST_NAME(Code) | | |
CHILD_HREF_EDIT_HOST | final public static String CHILD_HREF_EDIT_HOST(Code) | | |
CHILD_HREF_TEXT | final public static String CHILD_HREF_TEXT(Code) | | |
NetFileHostsTiledView | public NetFileHostsTiledView(View parent, String name)(Code) | | Default constructor.
Parameters: parent - the parent view of this tileview. Parameters: name - the name of this tileview. |
beginDisplay | public void beginDisplay(DisplayEvent event) throws ModelControlException(Code) | | |
createChild | protected View createChild(String name)(Code) | | Creates and return the child view objects for the specified name.
Parameters: name - the child view name. the child view object that corresponds to the given name. |
getNetFileHostsCount | public int getNetFileHostsCount()(Code) | | |
getPageSessionAttributes | public Map getPageSessionAttributes()(Code) | | |
handleHrefEditHostRequest | public void handleHrefEditHostRequest(RequestInvocationEvent event) throws ModelControlException(Code) | | Handles the event to edit a given host.
Parameters: event - the event to edit a given host. throws ModelControlException when error(s) occurred. |
isTemplate | public boolean isTemplate()(Code) | | |
nextTile | public boolean nextTile() throws ModelControlException(Code) | | |
passPgSessionMap | public void passPgSessionMap(ViewBean other)(Code) | | |
registerChildren | protected void registerChildren()(Code) | | Register the child objects of the tileview.
|
|
|
|