|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIOutput
com.ibm.xsp.component.UIOutputEx
com.ibm.xsp.component.UIViewTitle
com.ibm.xsp.component.xp.XspViewTitle
public class XspViewTitle
A control that provides a title for a view
XPages Container Controls - View Title
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.faces.component.UIComponentBase |
|---|
javax.faces.component.UIComponentBase.AggregatedIterator, javax.faces.component.UIComponentBase.UnmodifiableIterator |
| Nested classes/interfaces inherited from class javax.faces.component.UIComponent |
|---|
javax.faces.component.UIComponent.StateMap, javax.faces.component.UIComponent.StateMapEntry |
| Field Summary | |
|---|---|
static java.lang.String |
COMPONENT_TYPE
|
| Fields inherited from class javax.faces.component.UIOutput |
|---|
COMPONENT_FAMILY |
| Fields inherited from class javax.faces.component.UIComponentBase |
|---|
EMPTY_ITERATOR |
| Fields inherited from class javax.faces.component.UIComponent |
|---|
_xspStateId |
| Constructor Summary | |
|---|---|
XspViewTitle()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getContentType()
Return the value of the contentType property. |
java.lang.String |
getHtmlFilter()
Return the value of the htmlFilter property. |
java.lang.String |
getOuterStyleClass()
Return the value of the outerStyleClass property. |
java.lang.String |
getPanelPosition()
Return the value of the panelPosition property. |
java.lang.String |
getRole()
Return the value of the role property. |
java.lang.String |
getStyle()
Return the value of the style property. |
java.lang.String |
getStyleClass()
Return the value of the styleClass property. |
java.lang.String |
getTitle()
Return the value of the title property. |
java.lang.Object |
getValue()
Return the value of the value property. |
boolean |
isEscape()
Return the value of the escape property. |
void |
restoreState(javax.faces.context.FacesContext _context,
java.lang.Object _state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext _context)
|
void |
setContentType(java.lang.String contentType)
Set the value of the contentType property. |
void |
setEscape(boolean escape)
Set the value of the escape property. |
void |
setHtmlFilter(java.lang.String htmlFilter)
Set the value of the htmlFilter property. |
void |
setOuterStyleClass(java.lang.String outerStyleClass)
Set the value of the outerStyleClass property. |
void |
setPanelPosition(java.lang.String panelPosition)
Set the value of the panelPosition property. |
void |
setRole(java.lang.String role)
Set the value of the role property. |
void |
setStyle(java.lang.String style)
Set the value of the style property. |
void |
setStyleClass(java.lang.String styleClass)
Set the value of the styleClass property. |
void |
setTitle(java.lang.String title)
Set the value of the title property. |
void |
setValue(java.lang.Object value)
Set the value of the value property. |
| Methods inherited from class com.ibm.xsp.component.UIViewTitle |
|---|
getStyleKitFamily |
| Methods inherited from class com.ibm.xsp.component.UIOutputEx |
|---|
buildContents, getDefaultHtmlFilter, getHtmlFilterName, initAfterContents, initBeforeContents |
| Methods inherited from class javax.faces.component.UIOutput |
|---|
getConverter, getFamily, getLocalValue, setConverter |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
_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 |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
_xspGetStateId, _xspGetStateMap, _xspRestoreAttribute, _xspRestoreState, _xspSaveState, invokeOnComponent, isVisitable, markInitialState, setControlState, visitTree |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String COMPONENT_TYPE
| Constructor Detail |
|---|
public XspViewTitle()
| Method Detail |
|---|
public java.lang.String getContentType()
Return the value of the contentType property. Contents:
Specifies the type of content to expect. HTML and Text are supported. Text is the default.
public java.lang.String getHtmlFilter()
Return the value of the htmlFilter property. Contents:
Indicates which Active Content Filtering processor to use.
getHtmlFilter in class UIOutputExpublic java.lang.String getOuterStyleClass()
Return the value of the outerStyleClass property. Contents:
Space-separated list of CSS style class(es) to be applied when this control is rendered. When this value is set, the renderer generates an enclosing span using this style as the "class" attribute on generated markup.
public java.lang.String getPanelPosition()
Return the value of the panelPosition property. Contents:
Defines a property can be one of four valid values (top | bottom | left | right). Indication where in the cell above the table data that the title is to appear, if omitted, the title will not appear.
public java.lang.String getRole()
Return the value of the role property. Contents:
Describes the role of the current UI element/area. It can be used by assistive technologies to determine its purpose.
public java.lang.String getStyle()
Return the value of the style property. Contents:
Specifies CSS style(s) to be applied when this control is rendered.
XPages Styling Category - style
public java.lang.String getStyleClass()
Return the value of the styleClass property. Contents:
Specifies the space-separated list of CSS style class(es) to be applied when this control is rendered. This value must be passed through as the "class" attribute on generated markup.
public java.lang.String getTitle()
Return the value of the title property. Contents:
Provides title information for controls.
public java.lang.Object getValue()
Return the value of the value property. Contents:
Contains the current value of the control
getValue in interface javax.faces.component.ValueHoldergetValue in class javax.faces.component.UIOutputpublic boolean isEscape()
Return the value of the escape property. Contents:
Flag indicating that characters that are sensitive in HTML and XML markup must be escaped. This flag is set to "true" by default.
public void restoreState(javax.faces.context.FacesContext _context,
java.lang.Object _state)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIOutputpublic java.lang.Object saveState(javax.faces.context.FacesContext _context)
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UIOutputpublic void setContentType(java.lang.String contentType)
Set the value of the contentType property.
public void setEscape(boolean escape)
Set the value of the escape property.
public void setHtmlFilter(java.lang.String htmlFilter)
Set the value of the htmlFilter property.
public void setOuterStyleClass(java.lang.String outerStyleClass)
Set the value of the outerStyleClass property.
public void setPanelPosition(java.lang.String panelPosition)
Set the value of the panelPosition property.
public void setRole(java.lang.String role)
Set the value of the role property.
public void setStyle(java.lang.String style)
Set the value of the style property.
public void setStyleClass(java.lang.String styleClass)
Set the value of the styleClass property.
public void setTitle(java.lang.String title)
Set the value of the title property.
public void setValue(java.lang.Object value)
Set the value of the value property.
setValue in interface javax.faces.component.ValueHoldersetValue in class javax.faces.component.UIOutput
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||