org.cruxframework.crux.core.rebind.screen
Class Screen
java.lang.Object
org.cruxframework.crux.core.rebind.screen.Screen
public class Screen
- extends Object
Represents a Crux Screen at the application's server side. Used for GWT Generators.
- Author:
- Thiago Bustamante
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected String id
relativeId
protected String relativeId
module
protected String module
rootView
protected View rootView
Screen
public Screen(String id,
String relativeId,
String module,
View rootView)
getId
public String getId()
- Return screen identifier
- Returns:
getRelativeId
public String getRelativeId()
- Returns:
getModule
public String getModule()
- Returns:
getRootView
public View getRootView()
- Returns:
Copyright © 2014. All rights reserved.