@Generated(value="com.liferay.alloy.tools.builder.FacesBuilder") public abstract class FieldsetBase extends javax.faces.component.UIPanel implements com.liferay.faces.util.component.Styleable
| Modifier and Type | Class and Description |
|---|---|
protected static class |
FieldsetBase.FieldsetPropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_TYPE |
static String |
RENDERER_TYPE |
| Constructor and Description |
|---|
FieldsetBase() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLegend()
legend attribute description:
The text value for the rendered <legend> element. |
String |
getOnclick()
onclick attribute description:
Javascript to execute when this component is clicked. |
String |
getOndblclick()
ondblclick attribute description:
Javascript to execute when a double click event occurs. |
String |
getOnkeydown()
onkeydown attribute description:
Javascript to execute when a keydown event occurs. |
String |
getOnkeypress()
onkeypress attribute description:
Javascript to execute when a keypress event occurs. |
String |
getOnkeyup()
onkeyup attribute description:
Javascript to execute when a keyup event occurs. |
String |
getOnmousedown()
onmousedown attribute description:
Javascript to execute when a mousedown event occurs. |
String |
getOnmousemove()
onmousemove attribute description:
Javascript to execute when a mousemove event occurs. |
String |
getOnmouseout()
onmouseout attribute description:
Javascript to execute when a mouseout event occurs. |
String |
getOnmouseover()
onmouseover attribute description:
Javascript to execute when a mouseover event occurs. |
String |
getOnmouseup()
onmouseup attribute description:
Javascript to execute when a mouseup event occurs. |
String |
getStyle()
style attribute description:
HTML passthrough attribute specifying the css style of the element. |
String |
getStyleClass()
styleClass attribute description:
List of CSS class names (separated by spaces) that are to be rendered within the class attribute. |
boolean |
isDisabled()
disabled attribute description:
When this flag is true, the component will be disabled, and the user will be unable to interact with the component. |
void |
setDisabled(boolean disabled)
disabled attribute description:
When this flag is true, the component will be disabled, and the user will be unable to interact with the component. |
void |
setLegend(String legend)
legend attribute description:
The text value for the rendered <legend> element. |
void |
setOnclick(String onclick)
onclick attribute description:
Javascript to execute when this component is clicked. |
void |
setOndblclick(String ondblclick)
ondblclick attribute description:
Javascript to execute when a double click event occurs. |
void |
setOnkeydown(String onkeydown)
onkeydown attribute description:
Javascript to execute when a keydown event occurs. |
void |
setOnkeypress(String onkeypress)
onkeypress attribute description:
Javascript to execute when a keypress event occurs. |
void |
setOnkeyup(String onkeyup)
onkeyup attribute description:
Javascript to execute when a keyup event occurs. |
void |
setOnmousedown(String onmousedown)
onmousedown attribute description:
Javascript to execute when a mousedown event occurs. |
void |
setOnmousemove(String onmousemove)
onmousemove attribute description:
Javascript to execute when a mousemove event occurs. |
void |
setOnmouseout(String onmouseout)
onmouseout attribute description:
Javascript to execute when a mouseout event occurs. |
void |
setOnmouseover(String onmouseover)
onmouseover attribute description:
Javascript to execute when a mouseover event occurs. |
void |
setOnmouseup(String onmouseup)
onmouseup attribute description:
Javascript to execute when a mouseup event occurs. |
void |
setStyle(String style)
style attribute description:
HTML passthrough attribute specifying the css style of the element. |
void |
setStyleClass(String styleClass)
styleClass attribute description:
List of CSS class names (separated by spaces) that are to be rendered within the class attribute. |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreepublic static final String COMPONENT_TYPE
public static final String RENDERER_TYPE
public boolean isDisabled()
disabled attribute description:
public void setDisabled(boolean disabled)
disabled attribute description:
public String getLegend()
legend attribute description:
public void setLegend(String legend)
legend attribute description:
public String getOnclick()
onclick attribute description:
public void setOnclick(String onclick)
onclick attribute description:
public String getOndblclick()
ondblclick attribute description:
public void setOndblclick(String ondblclick)
ondblclick attribute description:
public String getOnkeydown()
onkeydown attribute description:
public void setOnkeydown(String onkeydown)
onkeydown attribute description:
public String getOnkeypress()
onkeypress attribute description:
public void setOnkeypress(String onkeypress)
onkeypress attribute description:
public String getOnkeyup()
onkeyup attribute description:
public void setOnkeyup(String onkeyup)
onkeyup attribute description:
public String getOnmousedown()
onmousedown attribute description:
public void setOnmousedown(String onmousedown)
onmousedown attribute description:
public String getOnmousemove()
onmousemove attribute description:
public void setOnmousemove(String onmousemove)
onmousemove attribute description:
public String getOnmouseout()
onmouseout attribute description:
public void setOnmouseout(String onmouseout)
onmouseout attribute description:
public String getOnmouseover()
onmouseover attribute description:
public void setOnmouseover(String onmouseover)
onmouseover attribute description:
public String getOnmouseup()
onmouseup attribute description:
public void setOnmouseup(String onmouseup)
onmouseup attribute description:
public String getStyle()
style attribute description:
getStyle in interface com.liferay.faces.util.component.Styleablepublic void setStyle(String style)
style attribute description:
setStyle in interface com.liferay.faces.util.component.Styleablepublic String getStyleClass()
styleClass attribute description:
getStyleClass in interface com.liferay.faces.util.component.Styleablepublic void setStyleClass(String styleClass)
styleClass attribute description:
setStyleClass in interface com.liferay.faces.util.component.StyleableCopyright © 2016 Liferay, Inc.. All rights reserved.