public class RoleScrollTable
extends com.google.gwt.user.client.ui.Composite
Modifier and Type | Field and Description |
---|---|
static int |
NUMBER_OF_COLUMNS |
Constructor and Description |
---|
RoleScrollTable(boolean isRolesToNofity)
RoleScrollTable
|
Modifier and Type | Method and Description |
---|---|
void |
addRow(String roleName)
Adds new roleName name row
|
com.google.gwt.gen2.table.client.FixedWidthGrid |
getDataTable()
getDataTable
|
String |
getRole()
Gets the role
|
String |
getRolesToNotify()
Gets the users string to notify
|
List<String> |
getRolesToNotifyList()
Gets the users list to notify
|
void |
langRefresh()
Lang refresh
|
void |
removeAllRows()
Removes all rows except the first
|
void |
removeSelectedRow()
Removes the selected row
|
void |
reset()
Reset table values
|
void |
selectLastRow()
Selects the las row
|
getWidget, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, performDetachedInitialization, render, render, resolvePotentialElement, setWidget, wrapElement
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString, unsinkEvents
public static final int NUMBER_OF_COLUMNS
public RoleScrollTable(boolean isRolesToNofity)
isAssigned
- public void addRow(String roleName)
roleName
- The user name valuepublic String getRole()
public void selectLastRow()
public void removeSelectedRow()
public String getRolesToNotify()
public List<String> getRolesToNotifyList()
public void removeAllRows()
public void reset()
public void langRefresh()
public com.google.gwt.gen2.table.client.FixedWidthGrid getDataTable()
Copyright © 2016. All rights reserved.