public class RemoveUserView
extends Panel
Modifier and Type | Field and Description |
---|---|
private Button |
deleteFromUserlistButton |
private static java.lang.String |
description |
private static java.lang.String |
email |
private VerticalLayout |
header |
private java.lang.Object |
lineId |
static java.lang.String |
NAME |
private Navigator |
navigator |
private java.lang.String |
selectedUsername |
private static java.lang.String[] |
userFieldNames |
private IndexedContainer |
userlist |
private Table |
userList |
private FormLayout |
userlistEditorLayout |
private static java.lang.String |
username |
Constructor and Description |
---|
RemoveUserView(Navigator navigator)
Constructor of the class
|
Modifier and Type | Method and Description |
---|---|
private static IndexedContainer |
createUserlistDatasource()
Method creating data source for the main table of the view
|
void |
enter(ViewChangeEvent event) |
private void |
init()
Initialization method which handles composition of UI for given class
|
private void |
initList()
Method initializing table content and linking the table to relevant data source
|
private void |
initListLayout()
Method initializing layout of table used in the view
|
private void |
initUserListEditor()
Initialization method for UI layout of the editor
|
public static final java.lang.String NAME
private Navigator navigator
private VerticalLayout header
private IndexedContainer userlist
private Button deleteFromUserlistButton
private FormLayout userlistEditorLayout
private static java.lang.String username
private static java.lang.String email
private static java.lang.String description
private static final java.lang.String[] userFieldNames
private Table userList
private java.lang.String selectedUsername
private java.lang.Object lineId
public RemoveUserView(Navigator navigator)
navigator
- variable representing UI navigator class which handles UI element switchingprivate void init()
private void initListLayout()
private void initUserListEditor()
private void initList()
private static IndexedContainer createUserlistDatasource()
public void enter(ViewChangeEvent event)