|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectqx.core.Object
qx.core.Target
qx.ui.core.Widget
qx.ui.basic.Terminator
qx.ui.embed.GalleryList
public class GalleryList
Field Summary |
---|
Fields inherited from class qx.ui.core.Widget |
---|
AUTO |
Constructor Summary | |
---|---|
GalleryList()
|
|
GalleryList(java.lang.Object galleryList)
|
Method Summary | |
---|---|
void |
_applyElementData()
|
void |
_onclick(Event e)
|
void |
_ondblclick(Event e)
|
void |
_onkeypress(Event e)
|
void |
_onmousedown(Event e)
|
void |
_onmousemove(Event e)
|
void |
_onmouseup(Event e)
|
void |
createImageCell(java.lang.Object inode,
java.lang.Object d)
|
java.lang.Object |
createProtoCell(java.lang.Object tHeight)
|
java.lang.Object |
createView()
|
java.lang.Integer |
getDecorHeight()
Returns the (computed) value of the property decorHeight . |
java.lang.Object |
getEntryById(java.lang.Object vId)
|
java.lang.Object |
getEntryByNode(java.lang.Object vNode)
|
java.lang.Object |
getEntryByPosition(java.lang.Object vPosition)
|
java.lang.Object |
getFirstChild()
|
java.lang.Object |
getItems()
|
java.lang.Object |
getLastChild()
|
java.lang.Object |
getListItemTarget(java.lang.Object dt)
|
java.lang.Object |
getManager()
|
java.lang.Object |
getNodeById(java.lang.Object vId)
|
java.lang.Object |
getNodeByPosition(java.lang.Object vPosition)
|
java.lang.Object |
getPositionById(java.lang.Object vId)
|
java.lang.Integer |
getThumbMaxHeight()
Returns the (computed) value of the property thumbMaxHeight . |
java.lang.Integer |
getThumbMaxWidth()
Returns the (computed) value of the property thumbMaxWidth . |
void |
imageOnComplete()
|
void |
initDecorHeight(java.lang.Integer arg)
Calls the apply method and dispatches the change event of the property decorHeight
with the default value defined by the class developer. |
void |
initThumbMaxHeight(java.lang.Integer arg)
Calls the apply method and dispatches the change event of the property thumbMaxHeight
with the default value defined by the class developer. |
void |
initThumbMaxWidth(java.lang.Integer arg)
Calls the apply method and dispatches the change event of the property thumbMaxWidth
with the default value defined by the class developer. |
void |
removeAll()
|
void |
resetDecorHeight()
Resets the user value of the property decorHeight . |
void |
resetThumbMaxHeight()
Resets the user value of the property thumbMaxHeight . |
void |
resetThumbMaxWidth()
Resets the user value of the property thumbMaxWidth . |
void |
scrollItemIntoView(java.lang.Object vItem)
|
void |
scrollItemIntoViewX(java.lang.Object vItem)
|
void |
scrollItemIntoViewY(java.lang.Object vItem)
|
void |
setDecorHeight(java.lang.Integer arg)
Sets the user value of the property decorHeight . |
void |
setThumbMaxHeight(java.lang.Integer arg)
Sets the user value of the property thumbMaxHeight . |
void |
setThumbMaxWidth(java.lang.Integer arg)
Sets the user value of the property thumbMaxWidth . |
void |
update(java.lang.Object vGalleryList)
|
Methods inherited from class qx.ui.basic.Terminator |
---|
_computeBoxHeightFallback, _computeBoxWidthFallback, _computePreferredInnerHeight, _computePreferredInnerWidth, _isHeightEssential, _isWidthEssential, _layoutPost, _postApply, _renderContent, renderPadding |
Methods inherited from class qx.core.Target |
---|
_dispatchEvent, addChangeSelectionListener, addChangeValueListener, addEventListener, addExecuteListener, addJavaEventListener, createDispatchChangeEvent, createDispatchDataEvent, createDispatchEvent, dispatchEvent, hasEventListeners, removeEventListener |
Methods inherited from class qx.core.Object |
---|
_disposeFields, _disposeObjectDeep, _disposeObjects, base, dispose, get, getDisposed, isDisposed, reset, self, set, toHashCode, toString_ |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GalleryList()
public GalleryList(java.lang.Object galleryList)
Method Detail |
---|
public void _applyElementData()
public void _onclick(Event e)
public void _ondblclick(Event e)
public void _onkeypress(Event e)
public void _onmousedown(Event e)
public void _onmousemove(Event e)
public void _onmouseup(Event e)
public void createImageCell(java.lang.Object inode, java.lang.Object d)
public java.lang.Object createProtoCell(java.lang.Object tHeight)
public java.lang.Object createView()
public java.lang.Integer getDecorHeight()
Returns the (computed) value of the property decorHeight
.
For further details take a look at the property definition: decorHeight
.
public java.lang.Object getEntryById(java.lang.Object vId)
public java.lang.Object getEntryByNode(java.lang.Object vNode)
public java.lang.Object getEntryByPosition(java.lang.Object vPosition)
public java.lang.Object getFirstChild()
public java.lang.Object getItems()
public java.lang.Object getLastChild()
public java.lang.Object getListItemTarget(java.lang.Object dt)
public java.lang.Object getManager()
public java.lang.Object getNodeById(java.lang.Object vId)
public java.lang.Object getNodeByPosition(java.lang.Object vPosition)
public java.lang.Object getPositionById(java.lang.Object vId)
public java.lang.Integer getThumbMaxHeight()
Returns the (computed) value of the property thumbMaxHeight
.
For further details take a look at the property definition: thumbMaxHeight
.
public java.lang.Integer getThumbMaxWidth()
Returns the (computed) value of the property thumbMaxWidth
.
For further details take a look at the property definition: thumbMaxWidth
.
public void imageOnComplete()
public void initDecorHeight(java.lang.Integer arg)
Calls the apply method and dispatches the change event of the property decorHeight
with the default value defined by the class developer. This function can
only be called from the constructor of a class.
For further details take a look at the property definition: decorHeight
.
public void initThumbMaxHeight(java.lang.Integer arg)
Calls the apply method and dispatches the change event of the property thumbMaxHeight
with the default value defined by the class developer. This function can
only be called from the constructor of a class.
For further details take a look at the property definition: thumbMaxHeight
.
public void initThumbMaxWidth(java.lang.Integer arg)
Calls the apply method and dispatches the change event of the property thumbMaxWidth
with the default value defined by the class developer. This function can
only be called from the constructor of a class.
For further details take a look at the property definition: thumbMaxWidth
.
public void removeAll()
public void resetDecorHeight()
Resets the user value of the property decorHeight
.
The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.
For further details take a look at the property definition: decorHeight
.
public void resetThumbMaxHeight()
Resets the user value of the property thumbMaxHeight
.
The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.
For further details take a look at the property definition: thumbMaxHeight
.
public void resetThumbMaxWidth()
Resets the user value of the property thumbMaxWidth
.
The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.
For further details take a look at the property definition: thumbMaxWidth
.
public void scrollItemIntoView(java.lang.Object vItem)
public void scrollItemIntoViewX(java.lang.Object vItem)
public void scrollItemIntoViewY(java.lang.Object vItem)
public void setDecorHeight(java.lang.Integer arg)
Sets the user value of the property decorHeight
.
For further details take a look at the property definition: decorHeight
.
public void setThumbMaxHeight(java.lang.Integer arg)
Sets the user value of the property thumbMaxHeight
.
For further details take a look at the property definition: thumbMaxHeight
.
public void setThumbMaxWidth(java.lang.Integer arg)
Sets the user value of the property thumbMaxWidth
.
For further details take a look at the property definition: thumbMaxWidth
.
public void update(java.lang.Object vGalleryList)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |