|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectqx.core.Object
qx.core.Target
qx.ui.core.Widget
qx.ui.core.Parent
qx.ui.layout.BoxLayout
qx.ui.layout.HorizontalBoxLayout
qx.ui.table.pane.Header
public class Header
Shows the header of a table.
Field Summary |
---|
Fields inherited from class qx.ui.core.Widget |
---|
AUTO |
Constructor Summary | |
---|---|
Header()
|
|
Header(Scroller paneScroller)
|
Method Summary | |
---|---|
void |
_cleanUpCells()
Cleans up all header cells. |
void |
_onColOrderChanged(java.lang.Object evt)
Event handler. |
void |
_onColWidthChanged(java.lang.Object evt)
Event handler. |
void |
_onPaneModelChanged(java.lang.Object evt)
Event handler. |
void |
_onTableModelMetaDataChanged(java.lang.Object evt)
Event handler. |
void |
_updateContent(boolean completeUpdate)
Updates the content of the header. |
Scroller |
getPaneScroller()
Returns the TablePaneScroller this header belongs to. |
Table |
getTable()
Returns the table this header belongs to. |
void |
hideColumnMoveFeedback()
Hides the feedback shown while a column is moved by the user. |
java.lang.Object |
isShowingColumnMoveFeedback()
Returns whether the column move feedback is currently shown. |
void |
setColumnWidth(java.lang.Integer col,
java.lang.Integer width)
Sets the column width. |
void |
setMouseOverColumn(java.lang.Integer col)
Sets the column the mouse is currently over. |
void |
showColumnMoveFeedback(java.lang.Integer col,
java.lang.Integer x)
Shows the feedback shown while a column is moved by the user. |
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 Header()
public Header(Scroller paneScroller)
Method Detail |
---|
public void _cleanUpCells()
Cleans up all header cells.
public void _onColOrderChanged(java.lang.Object evt)
Event handler. Called the column order has changed.
public void _onColWidthChanged(java.lang.Object evt)
Event handler. Called when the width of a column has changed.
public void _onPaneModelChanged(java.lang.Object evt)
Event handler. Called when the pane model has changed.
public void _onTableModelMetaDataChanged(java.lang.Object evt)
Event handler. Called when the table model meta data has changed.
public void _updateContent(boolean completeUpdate)
Updates the content of the header.
public Scroller getPaneScroller()
Returns the TablePaneScroller this header belongs to.
public Table getTable()
Returns the table this header belongs to.
public void hideColumnMoveFeedback()
Hides the feedback shown while a column is moved by the user.
public java.lang.Object isShowingColumnMoveFeedback()
Returns whether the column move feedback is currently shown.
public void setColumnWidth(java.lang.Integer col, java.lang.Integer width)
Sets the column width. This overrides the width from the column model.
public void setMouseOverColumn(java.lang.Integer col)
Sets the column the mouse is currently over.
public void showColumnMoveFeedback(java.lang.Integer col, java.lang.Integer x)
Shows the feedback shown while a column is moved by the user.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |