|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface of constants of the HTML Render Opitons. This interface is implemented only by: HTMLRenderOption so far. The implementation classes should have the methods in order to support then HTML render options, including getter and setter.
Field Summary | |
static java.lang.String |
HTML
Output a complete HTML |
static java.lang.String |
HTML_DISPLAY_FILTER_ICON
Should the output display the filter icon. |
static java.lang.String |
HTML_DISPLAY_GROUP_ICON
Should the output display the group icon. |
static java.lang.String |
HTML_ENABLE_METADATA
Should the output contain metadata. |
static java.lang.String |
HTML_INCLUDE_SELECTION_HANDLE
Deprecated. use METADATA |
static java.lang.String |
HTML_NOCSS
Output a HTML fragement without CSS defination. |
static java.lang.String |
HTML_PAGINATION
Should the report contains paginations The value is a Boolean object, default is Boolean.TRUE . |
static java.lang.String |
HTML_RTL_FLAG
Should we output HTML as RtL. |
static java.lang.String |
HTML_TITLE
Output the HTML default title. value??? |
static java.lang.String |
HTML_TYPE
Define the type of the html content, it can be one of: HTML or HTML_NOCSS. |
static java.lang.String |
INSTANCE_ID_LIST
The list used to contain the active object ids. |
static java.lang.String |
MASTER_PAGE_CONTENT
Should the report contains page header and footer The value is a Boolean object, default is Boolean.TRUE
Only effect if the HTML_Pagination is true |
static java.lang.String |
PAGEFOOTER_FLOAT_FLAG
Floating the page footer. |
static java.lang.String |
URL_ENCODING
for some case, the user needs to define the resource encoding. |
static java.lang.String |
USER_AGENT
The agent used to render the html output. |
Field Detail |
public static final java.lang.String HTML_TYPE
public static final java.lang.String HTML
public static final java.lang.String HTML_NOCSS
public static final java.lang.String USER_AGENT
public static final java.lang.String URL_ENCODING
public static final java.lang.String INSTANCE_ID_LIST
public static final java.lang.String HTML_PAGINATION
Boolean.TRUE
.
public static final java.lang.String MASTER_PAGE_CONTENT
Boolean.TRUE
Only effect if the HTML_Pagination is true
public static final java.lang.String HTML_INCLUDE_SELECTION_HANDLE
Boolean.FALSE
.
public static final java.lang.String HTML_RTL_FLAG
Boolean.FALSE
.
public static final java.lang.String HTML_TITLE
public static final java.lang.String PAGEFOOTER_FLOAT_FLAG
Boolean.TRUE
.
Only effect when HTML_PAGINATION is set to Boolean.TRUE
public static final java.lang.String HTML_ENABLE_METADATA
Boolean.TRUE
., the output will contains
metadata include: Instance id, type and so on
The default value is Boolean.FALSE
public static final java.lang.String HTML_DISPLAY_FILTER_ICON
Boolea.TRUE
.
The default value is Boolean.FALSE
public static final java.lang.String HTML_DISPLAY_GROUP_ICON
Boolea.TRUE
.
The default value is Boolean.FALSE
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |