org.cruxframework.crux.core.rebind.screen
Class Screen

java.lang.Object
  extended by 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

Field Summary
protected  String id
           
protected  String module
           
protected  String relativeId
           
protected  View rootView
           
 
Constructor Summary
Screen(String id, String relativeId, String module, View rootView)
           
 
Method Summary
 String getId()
          Return screen identifier
 String getModule()
           
 String getRelativeId()
           
 View getRootView()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

relativeId

protected String relativeId

module

protected String module

rootView

protected View rootView
Constructor Detail

Screen

public Screen(String id,
              String relativeId,
              String module,
              View rootView)
Method Detail

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.