public class UIAboutPage
extends javax.faces.component.UIComponentBase
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
FACET_CONTENT |
static String |
RENDERER_TYPE |
Constructor and Description |
---|
UIAboutPage() |
Modifier and Type | Method and Description |
---|---|
void |
addLeftColumnBlock(UIAboutBlock abCurrent) |
void |
addRightColumnBlock(UIAboutBlock abCurrent) |
String |
getApplicationLogo() |
String |
getFamily() |
List<UIAboutBlock> |
getLeftColumnBlocks() |
String |
getMarketingClaim() |
List<UIAboutBlock> |
getRightColumnBlocks() |
String |
getStyle() |
String |
getStyleClass() |
String |
getText() |
String |
getTitle() |
void |
restoreState(javax.faces.context.FacesContext context,
Object state) |
Object |
saveState(javax.faces.context.FacesContext context) |
void |
setApplicationLogo(String applicationLogo) |
void |
setLeftColumnBlocks(List<UIAboutBlock> leftColumnBlocks) |
void |
setMarketingClaim(String marketingClaim) |
void |
setRightColumnBlocks(List<UIAboutBlock> rightColumnBlocks) |
void |
setStyle(String style) |
void |
setStyleClass(String styleClass) |
void |
setText(String text) |
void |
setTitle(String title) |
_xspCleanTransientData, _xspGetReadOnlyObj, _xspGetRendererData, _xspRemoveReadOnlyObj, _xspRemoveRendererData, _xspSetIdUnchecked, _xspSetReadOnlyObj, _xspSetRendererData, addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
public static final String FACET_CONTENT
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String RENDERER_TYPE
public String getFamily()
getFamily
in class javax.faces.component.UIComponent
public void addLeftColumnBlock(UIAboutBlock abCurrent)
public List<UIAboutBlock> getLeftColumnBlocks()
public void setLeftColumnBlocks(List<UIAboutBlock> leftColumnBlocks)
public void addRightColumnBlock(UIAboutBlock abCurrent)
public List<UIAboutBlock> getRightColumnBlocks()
public void setRightColumnBlocks(List<UIAboutBlock> rightColumnBlocks)
public String getTitle()
public void setTitle(String title)
public String getApplicationLogo()
public void setApplicationLogo(String applicationLogo)
public String getMarketingClaim()
public void setMarketingClaim(String marketingClaim)
public String getText()
public void setText(String text)
public String getStyle()
public void setStyle(String style)
public String getStyleClass()
public void setStyleClass(String styleClass)
public void restoreState(javax.faces.context.FacesContext context, Object state)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class javax.faces.component.UIComponentBase
public Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class javax.faces.component.UIComponentBase
Copyright © 2021. All Rights Reserved.