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

java.lang.Object
  extended by org.cruxframework.crux.core.rebind.screen.OfflineScreen

public class OfflineScreen
extends Object

Author:
Thiago da Rosa de Bustamante

Constructor Summary
OfflineScreen(String id, String module, String refScreen)
           
 
Method Summary
 void addExclude(String exclude)
           
 void addInclude(String include)
           
 String[] getExcludes()
           
 String getId()
           
 String[] getIncludes()
           
 String getModule()
           
 String getRefScreen()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OfflineScreen

public OfflineScreen(String id,
                     String module,
                     String refScreen)
Method Detail

getModule

public String getModule()

getRefScreen

public String getRefScreen()

getId

public String getId()

addInclude

public void addInclude(String include)

addExclude

public void addExclude(String exclude)

getIncludes

public String[] getIncludes()

getExcludes

public String[] getExcludes()


Copyright © 2014. All rights reserved.