|
||||||||||
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.UIPanel
javax.faces.component.html.HtmlPanelGroup
org.apache.myfaces.custom.tabbedpane.AbstractHtmlPanelTabbedPane
org.apache.myfaces.custom.tabbedpane.HtmlPanelTabbedPane
public class HtmlPanelTabbedPane
Nested Class Summary | |
---|---|
protected static class |
HtmlPanelTabbedPane.PropertyKeys
|
Field Summary | |
---|---|
static String |
COMPONENT_FAMILY
|
static String |
COMPONENT_TYPE
|
static String |
DEFAULT_RENDERER_TYPE
|
Fields inherited from class javax.faces.component.UIComponent |
---|
BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, VIEW_LOCATION_KEY |
Fields inherited from interface org.apache.myfaces.component.UserRoleAware |
---|
ENABLED_ON_USER_ROLE_ATTR, VISIBLE_ON_USER_ROLE_ATTR |
Constructor Summary | |
---|---|
HtmlPanelTabbedPane()
|
Method Summary | |
---|---|
void |
addClientBehavior(String eventName,
javax.faces.component.behavior.ClientBehavior behavior)
|
Boolean |
getActivePanelTabVar()
Boolean Variable that is set in request scope when rendering a panelTab. |
String |
getActiveSubStyleClass()
Style class of the active tab sub cell. |
String |
getActiveTabStyleClass()
Style class of the active tab cell. |
String |
getActiveTabVar()
|
String |
getAlign()
HTML: Specifies the horizontal alignment of this element. |
String |
getBgcolor()
HTML: The background color of this element. |
int |
getBorder()
HTML: Specifies the width of the border of this element, in pixels. |
String |
getCellpadding()
HTML: Specifies the amount of empty space between the cell border and its contents. |
String |
getCellspacing()
HTML: Specifies the amount of space between the cells of the table. |
String |
getDatafld()
Reserved for future use. |
String |
getDataformatas()
Reserved for future use. |
String |
getDatasrc()
Reserved for future use. |
String |
getDir()
HTML: The direction of text display, either 'ltr' (left-to-right) or 'rtl' (right-to-left). |
String |
getDisabledTabStyleClass()
Style class of the disabled tab cells. |
String |
getEnabledOnUserRole()
If user is in given role, this component will be rendered normally. |
Collection<String> |
getEventNames()
|
String |
getFamily()
|
String |
getFrame()
HTML: Controls what part of the frame that surrounds a table is visible. |
String |
getInactiveSubStyleClass()
Style class of the inactive tab sub cells. |
String |
getInactiveTabStyleClass()
Style class of the inactive tab cells. |
String |
getLang()
HTML: The base language of this document. |
String |
getOnclick()
HTML: Script to be invoked when the element is clicked. |
String |
getOndblclick()
HTML: Script to be invoked when the element is double-clicked. |
String |
getOnkeydown()
HTML: Script to be invoked when a key is pressed down over this element. |
String |
getOnkeypress()
HTML: Script to be invoked when a key is pressed over this element. |
String |
getOnkeyup()
HTML: Script to be invoked when a key is released over this element. |
String |
getOnmousedown()
HTML: Script to be invoked when the pointing device is pressed over this element. |
String |
getOnmousemove()
HTML: Script to be invoked when the pointing device is moved while it is in this element. |
String |
getOnmouseout()
HTML: Script to be invoked when the pointing device is moves out of this element. |
String |
getOnmouseover()
HTML: Script to be invoked when the pointing device is moved into this element. |
String |
getOnmouseup()
HTML: Script to be invoked when the pointing device is released over this element. |
String |
getRules()
HTML: Controls how rules are rendered between cells. |
int |
getSelectedIndex()
Index of tab that is selected by default. |
String |
getStyle()
|
String |
getStyleClass()
|
String |
getSummary()
HTML: Provides a summary of the contents of the table, for accessibility purposes. |
String |
getTabContentStyleClass()
Style class of the active tab content cell. |
String |
getTitle()
HTML: An advisory title for this element. |
String |
getVisibleOnUserRole()
If user is in given role, this component will be rendered normally. |
String |
getWidth()
HTML: Specifies the desired width of the table, as a pixel length or a percentage of available space. |
boolean |
isImmediateTabChange()
Define if the process validation and update model phases should be executed before change between tabs, when serverSideTabSwitch = true (if is false, the switch is done by other way so this property does not have any effect). |
boolean |
isServerSideTabSwitch()
Toggle client-side/server-side tab switches. |
void |
setActivePanelTabVar(Boolean activePanelTabVar)
|
void |
setActiveSubStyleClass(String activeSubStyleClass)
|
void |
setActiveTabStyleClass(String activeTabStyleClass)
|
void |
setActiveTabVar(String activeTabVar)
|
void |
setAlign(String align)
|
void |
setBgcolor(String bgcolor)
|
void |
setBorder(int border)
|
void |
setCellpadding(String cellpadding)
|
void |
setCellspacing(String cellspacing)
|
void |
setDatafld(String datafld)
|
void |
setDataformatas(String dataformatas)
|
void |
setDatasrc(String datasrc)
|
void |
setDir(String dir)
|
void |
setDisabledTabStyleClass(String disabledTabStyleClass)
|
void |
setEnabledOnUserRole(String enabledOnUserRole)
|
void |
setFrame(String frame)
|
void |
setImmediateTabChange(boolean immediateTabChange)
|
void |
setInactiveSubStyleClass(String inactiveSubStyleClass)
|
void |
setInactiveTabStyleClass(String inactiveTabStyleClass)
|
void |
setLang(String lang)
|
void |
setOnclick(String onclick)
|
void |
setOndblclick(String ondblclick)
|
void |
setOnkeydown(String onkeydown)
|
void |
setOnkeypress(String onkeypress)
|
void |
setOnkeyup(String onkeyup)
|
void |
setOnmousedown(String onmousedown)
|
void |
setOnmousemove(String onmousemove)
|
void |
setOnmouseout(String onmouseout)
|
void |
setOnmouseover(String onmouseover)
|
void |
setOnmouseup(String onmouseup)
|
void |
setRules(String rules)
|
void |
setSelectedIndex(int selectedIndex)
|
void |
setServerSideTabSwitch(boolean serverSideTabSwitch)
|
void |
setStyle(String style)
|
void |
setStyleClass(String styleClass)
|
void |
setSummary(String summary)
|
void |
setTabContentStyleClass(String tabContentStyleClass)
|
void |
setTitle(String title)
|
void |
setValueBinding(String name,
javax.faces.el.ValueBinding binding)
|
void |
setValueExpression(String name,
javax.el.ValueExpression expression)
|
void |
setVisibleOnUserRole(String visibleOnUserRole)
|
void |
setWidth(String width)
|
Methods inherited from class org.apache.myfaces.custom.tabbedpane.AbstractHtmlPanelTabbedPane |
---|
addTabChangeListener, broadcast, decode, getServerSideTabSwitch, getTabChangeListener, isClientSide, processDecodes, processUpdates, processValidators, queueEvent, removeTabChangeListener, restoreState, saveState, setTabChangeListener |
Methods inherited from class javax.faces.component.html.HtmlPanelGroup |
---|
getLayout, setLayout |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addFacesListener, clearInitialState, encodeAll, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, initialStateMarked, invokeOnComponent, isRendered, isTransient, markInitialState, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, visitTree |
Methods inherited from class javax.faces.component.UIComponent |
---|
getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, subscribeToEvent, unsubscribeFromEvent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.faces.component.behavior.ClientBehaviorHolder |
---|
getClientBehaviors, getDefaultEventName |
Field Detail |
---|
public static final String COMPONENT_FAMILY
public static final String COMPONENT_TYPE
public static final String DEFAULT_RENDERER_TYPE
Constructor Detail |
---|
public HtmlPanelTabbedPane()
Method Detail |
---|
public String getFamily()
getFamily
in class javax.faces.component.html.HtmlPanelGroup
public Collection<String> getEventNames()
getEventNames
in interface javax.faces.component.behavior.ClientBehaviorHolder
getEventNames
in class javax.faces.component.UIComponentBase
public void addClientBehavior(String eventName, javax.faces.component.behavior.ClientBehavior behavior)
addClientBehavior
in interface javax.faces.component.behavior.ClientBehaviorHolder
addClientBehavior
in class javax.faces.component.UIComponentBase
public String getActiveTabVar()
getActiveTabVar
in class AbstractHtmlPanelTabbedPane
public void setActiveTabVar(String activeTabVar)
public Boolean getActivePanelTabVar()
AbstractHtmlPanelTabbedPane
getActivePanelTabVar
in class AbstractHtmlPanelTabbedPane
public void setActivePanelTabVar(Boolean activePanelTabVar)
public int getSelectedIndex()
AbstractHtmlPanelTabbedPane
getSelectedIndex
in class AbstractHtmlPanelTabbedPane
public void setSelectedIndex(int selectedIndex)
setSelectedIndex
in class AbstractHtmlPanelTabbedPane
public String getActiveTabStyleClass()
AbstractHtmlPanelTabbedPane
getActiveTabStyleClass
in class AbstractHtmlPanelTabbedPane
public void setActiveTabStyleClass(String activeTabStyleClass)
public String getInactiveTabStyleClass()
AbstractHtmlPanelTabbedPane
getInactiveTabStyleClass
in class AbstractHtmlPanelTabbedPane
public void setInactiveTabStyleClass(String inactiveTabStyleClass)
public String getActiveSubStyleClass()
AbstractHtmlPanelTabbedPane
getActiveSubStyleClass
in class AbstractHtmlPanelTabbedPane
public void setActiveSubStyleClass(String activeSubStyleClass)
public String getInactiveSubStyleClass()
AbstractHtmlPanelTabbedPane
getInactiveSubStyleClass
in class AbstractHtmlPanelTabbedPane
public void setInactiveSubStyleClass(String inactiveSubStyleClass)
public String getTabContentStyleClass()
AbstractHtmlPanelTabbedPane
getTabContentStyleClass
in class AbstractHtmlPanelTabbedPane
public void setTabContentStyleClass(String tabContentStyleClass)
public String getDisabledTabStyleClass()
AbstractHtmlPanelTabbedPane
getDisabledTabStyleClass
in class AbstractHtmlPanelTabbedPane
public void setDisabledTabStyleClass(String disabledTabStyleClass)
public boolean isServerSideTabSwitch()
AbstractHtmlPanelTabbedPane
isServerSideTabSwitch
in class AbstractHtmlPanelTabbedPane
public void setServerSideTabSwitch(boolean serverSideTabSwitch)
public boolean isImmediateTabChange()
AbstractHtmlPanelTabbedPane
isImmediateTabChange
in class AbstractHtmlPanelTabbedPane
public void setImmediateTabChange(boolean immediateTabChange)
public String getOnclick()
EventAware
public void setOnclick(String onclick)
public String getOndblclick()
EventAware
public void setOndblclick(String ondblclick)
public String getOnkeydown()
EventAware
public void setOnkeydown(String onkeydown)
public String getOnkeypress()
EventAware
public void setOnkeypress(String onkeypress)
public String getOnkeyup()
EventAware
public void setOnkeyup(String onkeyup)
public String getOnmousedown()
EventAware
public void setOnmousedown(String onmousedown)
public String getOnmousemove()
EventAware
public void setOnmousemove(String onmousemove)
public String getOnmouseout()
EventAware
public void setOnmouseout(String onmouseout)
public String getOnmouseover()
EventAware
public void setOnmouseover(String onmouseover)
public String getOnmouseup()
EventAware
public void setOnmouseup(String onmouseup)
public String getEnabledOnUserRole()
UserRoleAware
public void setEnabledOnUserRole(String enabledOnUserRole)
public String getVisibleOnUserRole()
UserRoleAware
public void setVisibleOnUserRole(String visibleOnUserRole)
public String getDir()
UniversalProperties
public void setDir(String dir)
public String getLang()
UniversalProperties
public void setLang(String lang)
public String getTitle()
UniversalProperties
public void setTitle(String title)
public String getDatafld()
DataProperties
public void setDatafld(String datafld)
public String getDatasrc()
DataProperties
public void setDatasrc(String datasrc)
public String getDataformatas()
DataProperties
public void setDataformatas(String dataformatas)
public String getBgcolor()
PanelProperties
public void setBgcolor(String bgcolor)
public int getBorder()
PanelProperties
public void setBorder(int border)
public String getCellpadding()
PanelProperties
public void setCellpadding(String cellpadding)
public String getCellspacing()
PanelProperties
public void setCellspacing(String cellspacing)
public String getFrame()
PanelProperties
public void setFrame(String frame)
public String getRules()
PanelProperties
public void setRules(String rules)
public String getSummary()
PanelProperties
public void setSummary(String summary)
public String getWidth()
PanelProperties
public void setWidth(String width)
public String getAlign()
AlignProperty
public void setAlign(String align)
public String getStyle()
getStyle
in class javax.faces.component.html.HtmlPanelGroup
public void setStyle(String style)
setStyle
in class javax.faces.component.html.HtmlPanelGroup
public String getStyleClass()
getStyleClass
in class javax.faces.component.html.HtmlPanelGroup
public void setStyleClass(String styleClass)
setStyleClass
in class javax.faces.component.html.HtmlPanelGroup
public void setValueBinding(String name, javax.faces.el.ValueBinding binding)
setValueBinding
in class javax.faces.component.html.HtmlPanelGroup
public void setValueExpression(String name, javax.el.ValueExpression expression)
setValueExpression
in class javax.faces.component.html.HtmlPanelGroup
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |