Operation |
Details |
protected addToContainer( UIComponent newComponent):void |
Sequential Notes: | Adds a new UIComponent to the container panel vertically. | |
protected addToControls( UIComponent newComponent):void |
Sequential Notes: | Adds a new UIComponent to the controls section in the title bar horizontally. | |
protected addToFooter( UIComponent newComponent):void |
Sequential Notes: | Adds a new UIComponent to footer horizontally. | |
protected addToTitleBar( UIComponent newComponent):void |
Sequential Notes: | Adds a new UIComponent to the title bar horizontally. | |
public bindComponentLabel( UIComponent component, String placeholder):void |
Sequential Notes: | (non-Javadoc) @see de.mpg.escidoc.pubman.appbase.Internationalized#bindComponentLabel(javax.faces.component.UIComponent, java.lang.String) | |
public bindComponentValue( UIComponent component, String value):void |
Sequential Notes: | Bind a localized string to a JSF component value. | |
protected clearContainer():void |
Sequential Notes: | Removes all elements from the container. | |
public ContainerPanelUI(): |
Sequential Notes: | Public constructor. | |
public getLabel( String placeholder):String |
Sequential Notes: | (non-Javadoc) @see de.mpg.escidoc.pubman.appbase.Internationalized#getLabel(java.lang.String) | |
public getMessage( String placeholder):String |
Sequential Notes: | (non-Javadoc) @see de.mpg.escidoc.pubman.appbase.Internationalized#getMessage(java.lang.String) | |
protected getMethodExpression( String el):MethodExpression |
Sequential Notes: | Create an el method expression from a given string. @return The according el method expression. | |
public static getSessionBean( Class> cls):Object |
Sequential Notes: | Return any bean stored in session scope under the specified name. @return the actual or new bean instance | |
public processRestoreState( FacesContext context, Object state):void |
Sequential |
public processSaveState( FacesContext context):Object |
Sequential |
public setTitelComponent( UIComponentBase titelComponent):void |
Sequential Notes: | Sets a new title component. This can be any UIComponent (e.g. a HTMLCommandLink). The title component will be shown in the titlebar of this container. | |
public setTitle( String title):void |
Sequential Notes: | Sets the title in the title bar as label component. | |
public setTitle( String actionMethod, String parameter, String title):void |
Sequential Notes: | Sets the title in the title bar as link component. @param link the new link | |