| Package | Description |
|---|---|
| org.richfaces.component |
Base RichFaces components interfaces and classes
|
| org.richfaces.component.attribute | |
| org.richfaces.renderkit.html |
HTML-specific renderer classes
|
| Modifier and Type | Field and Description |
|---|---|
static Positioning |
Positioning.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
abstract Positioning |
AbstractTooltip.getDirection() |
Positioning |
UITooltip.getDirection() |
Positioning |
UICalendar.getDirection() |
Positioning |
UIMenuGroup.getDirection() |
Positioning |
UIDropDownMenu.getDirection() |
Positioning |
UIContextMenu.getDirection() |
abstract Positioning |
AbstractTooltip.getJointPoint() |
Positioning |
UITooltip.getJointPoint() |
Positioning |
UICalendar.getJointPoint() |
Positioning |
UIMenuGroup.getJointPoint() |
Positioning |
UIDropDownMenu.getJointPoint() |
abstract Positioning |
AbstractContextMenu.getJointPoint() |
Positioning |
UIContextMenu.getJointPoint() |
static Positioning |
Positioning.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Positioning[] |
Positioning.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UITooltip.setDirection(Positioning direction) |
void |
UICalendar.setDirection(Positioning direction) |
void |
UIMenuGroup.setDirection(Positioning direction) |
void |
UIDropDownMenu.setDirection(Positioning direction) |
void |
UIContextMenu.setDirection(Positioning direction) |
void |
UITooltip.setJointPoint(Positioning jointPoint) |
void |
UICalendar.setJointPoint(Positioning jointPoint) |
void |
UIMenuGroup.setJointPoint(Positioning jointPoint) |
void |
UIDropDownMenu.setJointPoint(Positioning jointPoint) |
void |
UIContextMenu.setJointPoint(Positioning jointPoint) |
| Modifier and Type | Method and Description |
|---|---|
Positioning |
PositionProps.getDirection()
Set the direction of the popup.
|
Positioning |
PositionProps.getJointPoint()
Set the corner attachment point with which the popup should be connected.
|
| Modifier and Type | Method and Description |
|---|---|
protected Positioning |
ContextMenuRendererBase.getDirection(javax.faces.component.UIComponent component) |
protected Positioning |
DropDownMenuRendererBase.getDirection(javax.faces.component.UIComponent component) |
protected Positioning |
ContextMenuRendererBase.getJointPoint(javax.faces.component.UIComponent component) |
protected Positioning |
DropDownMenuRendererBase.getJointPoint(javax.faces.component.UIComponent component) |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.