| com.sun.portal.search.admin.HeaderView
HeaderView | public class HeaderView extends RequestHandlingViewBase implements ContainerView,RequestHandler(Code) | | iPS admin console view bean: TODO
|
DEFAULT_DISPLAY_URL | final public static String DEFAULT_DISPLAY_URL(Code) | | |
SELECTED_SUBMIT | final public static String SELECTED_SUBMIT(Code) | | |
HeaderView | public HeaderView(View parent, String name)(Code) | | constructor
Parameters: PageName - of this view bean Parameters: displayURL - default display URL |
beginDisplay | public void beginDisplay(DisplayEvent event) throws ModelControlException(Code) | | begin 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) | | create child component
Parameters: name - of component child component |
handleInstanceSubmitRequest | public void handleInstanceSubmitRequest(RequestInvocationEvent event)(Code) | | handles invocation of view bean
Parameters: event - request invocation event |
registerChildren | protected void registerChildren()(Code) | | register child component
|
|
|