public abstract class BaseHTMLActionComponent extends BaseActionComponent implements CLogConstants
| Modifier and Type | Class and Description |
|---|---|
static interface |
BaseHTMLActionComponent.IDelegateAction |
BaseComponent.DecodePassData, BaseComponent.IEventQueue| Modifier and Type | Field and Description |
|---|---|
static int |
ACTIONTYPE_NEVER |
static int |
ACTIONTYPE_NOTEMPTY |
static int |
ACTIONTYPE_NOTNULL |
protected BaseHTMLActionComponent.IDelegateAction |
m_actionDelegator |
protected boolean |
m_immediate |
m_actionListenersm_attributesIsDynamicInfo, m_attributesIsManagedViaAdapterBinding, m_attributesReferenceInfo, m_attributesSetViaStyle, m_attributesTakeOverInfo, m_currentDump, m_explicitlyNulledAttributes, m_lastDumpRequestSequenceId, m_previousDump, m_styleValues, m_tagAttributesLL_DBG, LL_ERR, LL_INF, LL_WAR| Constructor and Description |
|---|
BaseHTMLActionComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addCallServerHiddenField(FacesContext context,
ResponseWriter writer,
java.lang.String postfix) |
protected void |
addCallServerJavaScript(FacesContext context,
ResponseWriter writer,
java.lang.String event,
java.lang.String postfix) |
protected void |
addInvokeProcessingEvent(FacesContext context,
ResponseWriter writer) |
protected void |
addInvokeProcessingHiddenField(FacesContext context,
ResponseWriter writer,
java.lang.String postfix) |
protected static void |
appendToStyle(java.lang.StringBuffer style,
java.lang.String styleFragment) |
protected boolean |
checkIfFocusIsRequested() |
void |
decode(FacesContext context) |
void |
encodeBegin(FacesContext context) |
BaseHTMLActionComponent.IDelegateAction |
getActionDelegator() |
protected int |
getActionType() |
boolean |
getCurrentEnabled() |
java.lang.String |
getCurrentStyleClass(java.lang.String defaultStyle) |
java.lang.String |
getCurrentTdStyleClass() |
protected UIForm |
getParentForm()
Returns the form that this component is living in.
|
protected void |
manageFocus(FacesContext context,
java.lang.String id) |
protected void |
manageFocus(FacesContext context,
java.lang.String id,
java.lang.String preStatement,
java.lang.String postStatement) |
void |
restoreState(FacesContext context,
java.lang.Object state) |
java.lang.Object |
saveState(FacesContext context) |
void |
setActionDelegator(BaseHTMLActionComponent.IDelegateAction actionDelegator) |
java.lang.String |
writeTdAroundControl(ResponseWriter writer,
ComponentDump cd,
boolean withStyle) |
addActionListener, broadcast, clearActionListeners, createBaseActionEvent, decode, getAction, getActionListener, getActionListeners, getActionListenersAsList, getFirstActionListener, isImmediate, removeActionListener, setAction, setActionListener, setImmediate, triggerActionEventaddExplicitlyNulledAttribute, addValueBindingExec, addValueExpressionExec, appendDecodeInformation, applyChangedStyleVariant, buildAttributesIsDynamicInfo, checkIfAttributeIsExplicitlyNulled, checkIfAttributesIsManagedByExpression, checkIfComponentHasAdapterBinding, checkIfComponentIdIsPartOfRequest, checkIfComponentTagIsAvailable, checkIfEncodeCalledFirstTime, checkIfStyleVariantIsDynamic, checkIfStyleVariantWasUpdated, checkIfToTakeOverAttribute, convertValueDuringDecode, convertValueDuringGetAttribute, createNewIdCounter, createSubId, createSubId, destroy, detectChangesInSubComponents, encodeChildren, encodeEnd, ensureSessionIsValid, executeQueueingOfBufferedEvents, findContentReplaceListDuringRendering, findCurrentDump, getAdapterBindingAterEncodeBegin, getApplicationReference, getAttributeFromAdapterBinding, getAttributeFromAdapterBinding, getAttributesGet, getAttributesGet, getAttributesSetViaStyle, getAttributeString, getAttributeValueAsString, getChild, getClientTagName, getComponentAdapterBinding, getComponentClass, getExpressionFromComponentAttribute, getFamily, getInnerEventRequestId, getOriginalAttributeString, getParameterNameForDecode, getPreferredDataType, getRendersChildren, getSavedState, getTagAttributes, isDestroyed, isRendered, m_componentRepository, passPropertyUsage, passStyleValues, processDecodes, processUpdates, processValidators, queueEvent, queueEventExecute, reactOnSetPropertiesByTagFinished, readAttributeValueDuringEncodeFromAttributesOrFromAdapterBinding, readCurrentComponentDump, readDefaultUpdateAttribute, readPreviousComponentDump, readTagAttributes, readTagAttributesSet, registerInnerEvent, renderComponentNoChange, resetInternalAttributeBuffer, resetPreviousDump, resolveComponentValueAsString, retrieveValueFromComponent, setApplicationReference, setAttributeValueFromOutside, setComponentBinding, setCurrentComponentDump, setExpressionAsComponentAttributeFromOutside, setParent, setRendered, setRendersChildren, updateAttributeValue, updateComponentBindingpublic static int ACTIONTYPE_NOTNULL
public static int ACTIONTYPE_NOTEMPTY
public static int ACTIONTYPE_NEVER
protected boolean m_immediate
protected BaseHTMLActionComponent.IDelegateAction m_actionDelegator
public java.lang.Object saveState(FacesContext context)
saveState in class BaseActionComponentpublic void restoreState(FacesContext context,
java.lang.Object state)
restoreState in class BaseActionComponentpublic BaseHTMLActionComponent.IDelegateAction getActionDelegator()
public void setActionDelegator(BaseHTMLActionComponent.IDelegateAction actionDelegator)
public void encodeBegin(FacesContext context)
throws java.io.IOException
encodeBegin in class BaseComponentjava.io.IOExceptionpublic void decode(FacesContext context)
decode in class BaseActionComponentpublic java.lang.String writeTdAroundControl(ResponseWriter writer,
ComponentDump cd,
boolean withStyle)
throws java.io.IOException
java.io.IOExceptionpublic boolean getCurrentEnabled()
public java.lang.String getCurrentStyleClass(java.lang.String defaultStyle)
public java.lang.String getCurrentTdStyleClass()
protected UIForm getParentForm()
protected int getActionType()
protected void addCallServerHiddenField(FacesContext context,
ResponseWriter writer,
java.lang.String postfix)
protected void addInvokeProcessingHiddenField(FacesContext context,
ResponseWriter writer,
java.lang.String postfix)
protected void addCallServerJavaScript(FacesContext context,
ResponseWriter writer,
java.lang.String event,
java.lang.String postfix)
protected void addInvokeProcessingEvent(FacesContext context,
ResponseWriter writer)
protected static void appendToStyle(java.lang.StringBuffer style,
java.lang.String styleFragment)
protected void manageFocus(FacesContext context,
java.lang.String id)
protected void manageFocus(FacesContext context,
java.lang.String id,
java.lang.String preStatement,
java.lang.String postStatement)
protected boolean checkIfFocusIsRequested()
Copyright © CaptainCasa Gmbh. All Rights Reserved.