|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
org.apache.myfaces.trinidad.component.UIXComponent
org.apache.myfaces.trinidad.component.UIXComponentBase
org.apache.myfaces.trinidad.component.html.HtmlFrame
public class HtmlFrame
The frame is used to specify attributes needed by an
HTML frame. It does not render any child nodes, and should only be used as
a facet on a frameBorderLayout component. The contents of a frame is selected
by using the source attribute.
Type | Phases | Description |
---|---|---|
org.apache.myfaces.trinidad.event.AttributeChangeEvent |
Invoke Application Apply Request Values |
Event delivered to describe an attribute change. Attribute change events are not delivered for any programmatic change to a property. They are only delivered when a renderer changes a property without the application's specific request. An example of an attribute change event might include the width of a column that supported client-side resizing. |
Field Summary | |
---|---|
static String |
COMPONENT_FAMILY
|
static String |
COMPONENT_TYPE
|
static PropertyKey |
HEIGHT_KEY
|
static PropertyKey |
INLINE_STYLE_KEY
|
static PropertyKey |
LONG_DESC_URL_KEY
|
static PropertyKey |
MARGIN_HEIGHT_KEY
|
static PropertyKey |
MARGIN_WIDTH_KEY
|
static PropertyKey |
NAME_KEY
|
static PropertyKey |
PARTIAL_TRIGGERS_KEY
|
static PropertyKey |
SCROLLING_KEY
|
static PropertyKey |
SHORT_DESC_KEY
|
static PropertyKey |
SOURCE_KEY
|
static PropertyKey |
STYLE_CLASS_KEY
|
static FacesBean.Type |
TYPE
|
static PropertyKey |
WIDTH_KEY
|
Fields inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase |
---|
BINDING_KEY, ID_KEY, RENDERED_KEY, RENDERER_TYPE_KEY, TRANSIENT_KEY |
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 |
Constructor Summary | |
---|---|
|
HtmlFrame()
Construct an instance of the HtmlFrame. |
protected |
HtmlFrame(String rendererType)
Construct an instance of the HtmlFrame. |
Method Summary | |
---|---|
protected FacesBean.Type |
getBeanType()
|
String |
getFamily()
|
String |
getHeight()
Gets the proposed height of this frame. |
String |
getInlineStyle()
Gets the inline CSS style for this element |
String |
getLongDescURL()
Gets This attribute specifies a link to a long description of the frame. |
int |
getMarginHeight()
Gets the width of the frame margin. |
int |
getMarginWidth()
Gets the width of the frame margin. |
String |
getName()
Gets the name used to identify this frame |
String[] |
getPartialTriggers()
Gets the IDs of the components that should trigger a partial update. |
String |
getScrolling()
Gets whether or not scrollbars are available on this frame. |
String |
getShortDesc()
Gets the short description of the bean. |
String |
getSource()
Gets the URI for the source of this frame |
String |
getStyleClass()
Gets the CSS style class of the bean. |
String |
getWidth()
Gets the proposed width of this frame This can be in pixels or percentage. |
void |
setHeight(String height)
Sets the proposed height of this frame. |
void |
setInlineStyle(String inlineStyle)
Sets the inline CSS style for this element |
void |
setLongDescURL(String longDescURL)
Sets This attribute specifies a link to a long description of the frame. |
void |
setMarginHeight(int marginHeight)
Sets the width of the frame margin. |
void |
setMarginWidth(int marginWidth)
Sets the width of the frame margin. |
void |
setName(String name)
Sets the name used to identify this frame |
void |
setPartialTriggers(String[] partialTriggers)
Sets the IDs of the components that should trigger a partial update. |
void |
setScrolling(String scrolling)
Sets whether or not scrollbars are available on this frame. |
void |
setShortDesc(String shortDesc)
Sets the short description of the bean. |
void |
setSource(String source)
Sets the URI for the source of this frame |
void |
setStyleClass(String styleClass)
Sets the CSS style class of the bean. |
void |
setWidth(String width)
Sets the proposed width of this frame This can be in pixels or percentage. |
Methods inherited from class javax.faces.component.UIComponent |
---|
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, isCompositeComponent, isInView, popComponentFromEL, processEvent, pushComponentToEL, setInView |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final FacesBean.Type TYPE
public static final PropertyKey SOURCE_KEY
public static final PropertyKey LONG_DESC_URL_KEY
public static final PropertyKey NAME_KEY
public static final PropertyKey WIDTH_KEY
public static final PropertyKey HEIGHT_KEY
public static final PropertyKey MARGIN_WIDTH_KEY
public static final PropertyKey MARGIN_HEIGHT_KEY
public static final PropertyKey SCROLLING_KEY
public static final PropertyKey SHORT_DESC_KEY
public static final PropertyKey PARTIAL_TRIGGERS_KEY
public static final PropertyKey STYLE_CLASS_KEY
public static final PropertyKey INLINE_STYLE_KEY
public static final String COMPONENT_FAMILY
public static final String COMPONENT_TYPE
Constructor Detail |
---|
public HtmlFrame()
protected HtmlFrame(String rendererType)
Method Detail |
---|
public final String getSource()
This is a required property on the component.
public final void setSource(String source)
This is a required property on the component.
source
- the new source valuepublic final String getLongDescURL()
shortDesc
attribute, and
may be particularly useful for non-visual user agents.
public final void setLongDescURL(String longDescURL)
shortDesc
attribute, and
may be particularly useful for non-visual user agents.
longDescURL
- the new longDescURL valuepublic final String getName()
public final void setName(String name)
name
- the new name valuepublic final String getWidth()
public final void setWidth(String width)
width
- the new width valuepublic final String getHeight()
public final void setHeight(String height)
height
- the new height valuepublic final int getMarginWidth()
public final void setMarginWidth(int marginWidth)
marginWidth
- the new marginWidth valuepublic final int getMarginHeight()
public final void setMarginHeight(int marginHeight)
marginHeight
- the new marginHeight valuepublic final String getScrolling()
public final void setScrolling(String scrolling)
scrolling
- the new scrolling valuepublic final String getShortDesc()
public final void setShortDesc(String shortDesc)
shortDesc
- the new shortDesc valuepublic final String[] getPartialTriggers()
public final void setPartialTriggers(String[] partialTriggers)
partialTriggers
- the new partialTriggers valuepublic final String getStyleClass()
public final void setStyleClass(String styleClass)
styleClass
- the new styleClass valuepublic final String getInlineStyle()
public final void setInlineStyle(String inlineStyle)
inlineStyle
- the new inlineStyle valuepublic String getFamily()
getFamily
in class UIXComponentBase
protected FacesBean.Type getBeanType()
getBeanType
in class UIXComponentBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |