@Dependent public class UserEditorScreen extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ADD_USER |
static String |
SCREEN_ID |
static String |
USER_ID |
Constructor and Description |
---|
UserEditorScreen() |
Modifier and Type | Method and Description |
---|---|
String |
getMyContextRef() |
String |
getTitle() |
com.google.gwt.user.client.ui.IsWidget |
getWidget() |
void |
init() |
void |
onClose() |
boolean |
onMayClose() |
void |
onOpen() |
void |
onStartup(PlaceRequest placeRequest) |
public static final String SCREEN_ID
public static final String USER_ID
public static final String ADD_USER
@PostConstruct public void init()
public void onStartup(PlaceRequest placeRequest)
public void onOpen()
@OnMayClose public boolean onMayClose()
public void onClose()
public String getTitle()
public com.google.gwt.user.client.ui.IsWidget getWidget()
public String getMyContextRef()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.