planetj.dataengine.application
Interface View


public interface View

A View represents a screen in the Application which a user can view

Author:
Justin Epstein, PlanetJ Corp.

Field Summary
static String VIEW_HTTP_ID
           
 
Method Summary
 int getApplicationId()
          Gets the id of the Application to which this View belongs
 int getId()
          Gets the id of this view
 Integer getIdAsInteger()
          Gets the id of this view
 String getJspFile()
          Gets the JSP file of this view
 String getLabel()
          Gets the label of this view
 String getTranslatedLabel(UserProperties up)
          Gets the label of this view after translation
 

Field Detail

VIEW_HTTP_ID

public static final String VIEW_HTTP_ID
See Also:
Constant Field Values
Method Detail

getApplicationId

public int getApplicationId()
Gets the id of the Application to which this View belongs


getId

public int getId()
Gets the id of this view


getIdAsInteger

public Integer getIdAsInteger()
Gets the id of this view


getJspFile

public String getJspFile()
Gets the JSP file of this view


getLabel

public String getLabel()
Gets the label of this view


getTranslatedLabel

public String getTranslatedLabel(UserProperties up)
Gets the label of this view after translation