Class BaseHTMLComponent

java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
org.eclnt.jsfserver.elements.BaseComponent
org.eclnt.jsfserver.elements.BaseHTMLComponent
All Implemented Interfaces:
Serializable, EventListener, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.component.TransientStateHolder, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder, IBaseComponent, ICCComponentProperties, ICCServerConstants

public class BaseHTMLComponent extends BaseComponent
See Also:
  • Constructor Details

    • BaseHTMLComponent

      public BaseHTMLComponent()
  • Method Details

    • saveState

      public Object saveState(javax.faces.context.FacesContext context)
      Specified by:
      saveState in interface javax.faces.component.StateHolder
      Overrides:
      saveState in class BaseComponent
    • restoreState

      public void restoreState(javax.faces.context.FacesContext context, Object state)
      Specified by:
      restoreState in interface javax.faces.component.StateHolder
      Overrides:
      restoreState in class BaseComponent
    • writeTdAroundControl

      public String writeTdAroundControl(javax.faces.context.ResponseWriter writer, ComponentDump cd, boolean withStyle) throws IOException
      Throws:
      IOException
    • getCurrentEnabled

      public boolean getCurrentEnabled()
    • getCurrentStyleClass

      public String getCurrentStyleClass(String defaultStyle)
    • getCurrentTdStyleClass

      public String getCurrentTdStyleClass()
    • getParentForm

      protected javax.faces.component.UIForm getParentForm()
      Returns the form that this component is living in.
    • manageFocus

      protected void manageFocus(javax.faces.context.FacesContext context, String id)
    • manageFocus

      protected void manageFocus(javax.faces.context.FacesContext context, String id, String preStatement, String postStatement)
    • checkIfFocusIsRequested

      protected boolean checkIfFocusIsRequested()
    • addHiddenField

      protected void addHiddenField(javax.faces.context.FacesContext context, javax.faces.context.ResponseWriter writer, String postfix)
    • appendToStyle

      protected static void appendToStyle(StringBuffer style, String styleFragment)