public class BurocratList extends BurocratPanel implements com.google.gwt.event.dom.client.ClickHandler
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
Modifier and Type | Field and Description |
---|---|
static int |
ID_CHAR_LIMIT |
static int |
PAGE_LIMIT |
static int |
TEXT_CHAR_LIMIT |
Constructor and Description |
---|
BurocratList(IClient client,
java.lang.String path) |
BurocratList(IClient client,
java.lang.String path,
IArg[] columns) |
BurocratList(IClient client,
java.lang.String path,
IArg[] columns,
java.lang.String[] widths) |
BurocratList(IClient client,
java.lang.String path,
IArg[] columns,
java.lang.String[] widths,
boolean[] sortableColumns) |
Modifier and Type | Method and Description |
---|---|
int |
getOffset() |
java.lang.String |
getPath() |
ICommand |
getRequest() |
boolean |
getSortAscending() |
IArg |
getSortColumn() |
void |
init(IResponse data) |
void |
onClick(com.google.gwt.event.dom.client.ClickEvent event) |
void |
setSortAscending(boolean ascending) |
getClient, refresh
getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, iterator, remove, remove
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, fireEvent, getLayoutData, getParent, isAttached, onBrowserEvent, removeFromParent, setLayoutData, sinkEvents
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleName, getStylePrimaryName, getTitle, isVisible, isVisible, removeStyleDependentName, removeStyleName, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString, unsinkEvents
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final int ID_CHAR_LIMIT
public static final int TEXT_CHAR_LIMIT
public static final int PAGE_LIMIT
public BurocratList(IClient client, java.lang.String path)
public BurocratList(IClient client, java.lang.String path, IArg[] columns, java.lang.String[] widths)
public java.lang.String getPath()
public int getOffset()
public IArg getSortColumn()
public boolean getSortAscending()
public void setSortAscending(boolean ascending)
public ICommand getRequest()
getRequest
in class BurocratPanel
public void init(IResponse data)
init
in class BurocratPanel
public void onClick(com.google.gwt.event.dom.client.ClickEvent event)
onClick
in interface com.google.gwt.event.dom.client.ClickHandler