| |
|
| com.sun.portal.rproxy.admin.GatewaySelectTiledView
GatewaySelectTiledView | public class GatewaySelectTiledView extends RequestHandlingTiledViewBase implements TiledView,RequestHandler(Code) | | The tileview that lists each gateway instance profile in the select gateway
admin UI. The GatewaySelectViewBean is the parent of this tileview where all
the tile(s)/gateway instance profile(s) are displayed.
|
CHILD_CB_SELECT_GATEWAY | final public static String CHILD_CB_SELECT_GATEWAY(Code) | | |
CHILD_EDIT_LABEL | final public static String CHILD_EDIT_LABEL(Code) | | |
CHILD_GATEWAY_PROFILE_NAME | final public static String CHILD_GATEWAY_PROFILE_NAME(Code) | | |
CHILD_HREF_GATEWAY_EDIT | final public static String CHILD_HREF_GATEWAY_EDIT(Code) | | |
CHILD_HREF_TEXT | final public static String CHILD_HREF_TEXT(Code) | | |
GatewaySelectTiledView | public GatewaySelectTiledView(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) | | begins displaying page. we set the required information
Parameters: event - display event throws: ModelControlException - if problem access value of component |
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. |
getModel | public GatewayModel getModel()(Code) | | Returns the model object for the select gateway UI.
the model object for the select gateway UI. |
handleHrefGatewayEditRequest | public void handleHrefGatewayEditRequest(RequestInvocationEvent event) throws ModelControlException(Code) | | |
nextTile | public boolean nextTile() throws ModelControlException(Code) | | |
registerChildren | protected void registerChildren()(Code) | | Register the child objects of the tileview.
|
|
|
|