|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A component for reordering / drag/dropping a list of items.
NOTE: Passes through other bindings to container element (e.g. width, height, ...)
Bindings | |||
---|---|---|---|
list
|
The list (Vector, Java Array, ...) to be rendered for drag / drop. |
AWOrderedList (get) |
|
item
|
The current item in the repetition. |
Object (set) |
|
dragAction
|
See AWDragContainer |
void (get) |
|
dropAction
*
|
See AWDropContainer. Note: When item dropped "at end" called with item set to null. Client is responsible for handling drag/drop to reorder the list. |
AWResponseGenerating (get) |
|
type
|
Drag type. |
String (get) |
|
isHoriz
|
Is layout horizontal? |
boolean (get) |
|
tagName
|
Tag for the container element |
String (get) |
|
class
|
Css class for the container element. The drag and drop classes are parented off of this class. I.e., by default this class is vtList or hzList and drop styles are ".vtList .drop" etc |
String (get) |
|
label
|
Label to render in box |
String (get) |
|
itemTagName
|
Default is div for vert, span for horiz |
String (get) |
|
dropTypes
|
List of accepted drop types. If not provided, type is used. |
List (get) |
|
width
|
Pass through. |
int (get) |
|
height
|
Pass through. |
int (get) |
|
colspan
|
Pass through. |
int (get) |
|
rowspan
|
Pass through. |
int (get) |
|
title
|
Pass through. |
String (get) |
|
align
|
Pass through. |
String (get) |
|
valign
|
Pass through. |
String (get) |
java.lang.Objectariba.ui.aribaweb.util.AWBaseObject
ariba.ui.aribaweb.core.AWComponent
ariba.ui.table.AWTDragList
public class AWTDragList
Nested Class Summary |
---|
Nested classes/interfaces inherited from class ariba.ui.aribaweb.core.AWComponent |
---|
AWComponent.RenderingFilter, AWComponent.RenderingListener |
Nested classes/interfaces inherited from interface ariba.ui.aribaweb.core.AWResponseGenerating |
---|
AWResponseGenerating.ResponseSubstitution |
Constructor Summary | |
---|---|
AWTDragList()
|
Method Summary | |
---|---|
void |
awake()
|
java.lang.String |
containerClass()
|
AWResponseGenerating |
dropAtEnd()
|
java.lang.String |
dropType()
|
boolean |
enabled()
|
java.lang.String |
itemTagName()
|
void |
sleep()
|
Methods inherited from class ariba.ui.aribaweb.util.AWBaseObject |
---|
debugString, getFieldValue, isKindOfClass, localizedJavaString, logString, logWarning, setFieldValue |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface ariba.ui.aribaweb.util.AWObject |
---|
getFieldValue, isKindOfClass, setFieldValue |
Field Detail |
---|
public boolean _isHoriz
Constructor Detail |
---|
public AWTDragList()
Method Detail |
---|
public void awake()
public void sleep()
public java.lang.String containerClass()
public java.lang.String itemTagName()
public AWResponseGenerating dropAtEnd()
public java.lang.String dropType()
public boolean enabled()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |