| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | com.icesoft.faces.component.panelpositioned.PanelPositionedTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
binding | false | false | java.lang.String | The value binding expression linking this component to a property in a backing bean |
constraint | false | false | java.lang.String |
The following are the valid values for this attribute. This attribute has an impact on the presentation of the positioned element while dragging.
|
disabled | false | false | java.lang.String | Flag indicating that this element must never receive focus or be included in a subsequent submit. |
enabledOnUserRole | false | false | java.lang.String | If user is in given role, this component will be rendered normally. If not, the component will be in disabled state. |
first | false | false | java.lang.String |
Note: This is deprecated. |
handle | false | false | java.lang.String |
The css class of a child node that is used to drag the item. (e.g.) <ice:panelPositioned var="person" value="#{panelPositioned.people}" handle="personClass" > <ice:panelGroup > <ice:outputText style="cursor:move;" styleClass="personClass" value="drag #{person.name}"/> <ice:outputText value="this panel can only be dragged by the person name."/> </ice:panelGroup> </ice:panelPositioned> |
hoverclass | false | false | java.lang.String |
Note: This is deprecated. |
id | false | false | java.lang.String | The component identifier for this component. This value must be unique within the closest parent component that is a naming container. |
listener | false | false | java.lang.String |
Listener, called when list is changed. Which takes a PanelPositionedEvent.
(e.g.) public void methodName(PanelPositionedEvent event); |
overlap | false | false | java.lang.String |
Note: This is deprecated. |
rendered | false | false | java.lang.String | Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. |
renderedOnUserRole | false | false | java.lang.String | If user is in given role, this component will be rendered normally. If not, nothing is rendered and the body of this tag will be skipped. |
rows | false | false | java.lang.String |
Note: This is deprecated. |
style | false | false | java.lang.String | CSS style(s) to be applied when this component is rendered. |
styleClass | false | false | java.lang.String |
Space-separated list of CSS style class(es) to be applied when
this element is rendered. This value must be passed through
as the "class" attribute on generated markup.
|
value | false | false | java.lang.String | The data model for this component. Could be a java.util.List or an Array |
var | false | false | java.lang.String | Name of a request-scope attribute under which the model data presented for the current row. |
varStatus | false | false | java.lang.String |
Name of a request-scope attribute under which the current indexed state will be exposed. This is modeled after the Facelets JSTL c:forEach varStatus. The varStatus object has 5 sub-properties:
|
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |