|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PublicRenderParameters
Defines the local and global names of the supported toolbar-specific portal render parameters.
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_BUCKET_ID
Default bucket for toolbar-specific public render parameters. |
static java.lang.String |
DEFAULT_FONT_SIZE
Default value for the font size in pixels in case the public render parameters is missing |
static java.lang.String |
NAME_CONTEXT
Local name of the public render parameter that encodes the context content node. |
static java.lang.String |
NAME_DEVICE_PIXEL_RATIO
Local name of the public render parameter that specifies the pixel ratio on the device, the the ratio between a logical CSS pixel and a real device pixel. |
static java.lang.String |
NAME_FONT_SIZE
Local name of the public render parameter that specifies the default font size (in pixels). |
static java.lang.String |
NAME_ID
Local name of the public render parameter that encodes the toolbar tab ID. |
static java.lang.String |
NAME_PRIMARY_TAB_URI
Local name of the public render parameter that addresses the toolbar tab that is to be displayed in the primary toolbar frame. |
static java.lang.String |
NAME_SECONDARY_TAB_URI
Local name of the public render parameter that addresses the toolbar tab that is to be displayed in the secondary toolbar frame. |
static java.lang.String |
NAME_SELECTION
Local name of the public render parameter that encodes the page selection. |
static java.lang.String |
NAME_TARGET_ID
Local name of the public render parameter that encodes the toolbar target ID ("primary" vs. |
static java.lang.String |
NAME_TOOLBAR_MODE
Local name of the public render parameter that specifies the toolbar mode. |
static java.lang.String |
NAME_VIEWPORT
Local name of the public render parameter that specifies the size of the viewport of the toolbar. |
static java.lang.String |
NAMESPACE_URI
Namespace for all toolbar-specific public render parameters |
static javax.xml.namespace.QName |
QNAME_CONTEXT
Qualified name of the public render parameter that encodes the page selection. |
static javax.xml.namespace.QName |
QNAME_DEVICE_PIXEL_RATIO
Qualified name of the public render parameter that specifies the pixel ratio. |
static javax.xml.namespace.QName |
QNAME_FONT_SIZE
Qualified name of the public render parameter that specifies the default size of the font as configured in the browser (in pixels). |
static javax.xml.namespace.QName |
QNAME_ID
Qualified name of the public render parameter that encodes the toolbar tab ID. |
static javax.xml.namespace.QName |
QNAME_PRIMARY_TAB_URI
Qualified name of the public render parameter that addresses the toolbar tab that is to be displayed in the primary toolbar frame. |
static javax.xml.namespace.QName |
QNAME_SECONDARY_TAB_URI
Qualified name of the public render parameter that addresses the toolbar tab that is to be displayed in the secondary toolbar frame. |
static javax.xml.namespace.QName |
QNAME_SELECTION
Qualified name of the public render parameter that encodes the page selection. |
static javax.xml.namespace.QName |
QNAME_TARGET_ID
Qualified name of the public render parameter that encodes the toolbar target ID ("primary" vs. |
static javax.xml.namespace.QName |
QNAME_TOOLBAR_MODE
Qualified name of the public render parameter that specifies the toolbar mode. |
static javax.xml.namespace.QName |
QNAME_VIEWPORT
Qualified name of the public render parameter that specifies the size of the viewport of the toolbar. |
static java.lang.String |
TOOLBAR_MODE_ADVANCED
Value identifying the toolbar mode "Advanced View". |
Field Detail |
---|
static final java.lang.String NAMESPACE_URI
static final java.lang.String NAME_SELECTION
static final javax.xml.namespace.QName QNAME_SELECTION
static final java.lang.String NAME_ID
static final javax.xml.namespace.QName QNAME_ID
static final java.lang.String NAME_PRIMARY_TAB_URI
static final javax.xml.namespace.QName QNAME_PRIMARY_TAB_URI
static final java.lang.String NAME_SECONDARY_TAB_URI
static final javax.xml.namespace.QName QNAME_SECONDARY_TAB_URI
static final java.lang.String NAME_TARGET_ID
static final javax.xml.namespace.QName QNAME_TARGET_ID
static final java.lang.String NAME_VIEWPORT
static final javax.xml.namespace.QName QNAME_VIEWPORT
static final java.lang.String NAME_DEVICE_PIXEL_RATIO
static final javax.xml.namespace.QName QNAME_DEVICE_PIXEL_RATIO
static final java.lang.String NAME_FONT_SIZE
static final javax.xml.namespace.QName QNAME_FONT_SIZE
DEFAULT_FONT_SIZE
. The value is a positive floating
point number.
static final java.lang.String DEFAULT_FONT_SIZE
static final java.lang.String NAME_TOOLBAR_MODE
static final javax.xml.namespace.QName QNAME_TOOLBAR_MODE
static final java.lang.String TOOLBAR_MODE_ADVANCED
static final java.lang.String DEFAULT_BUCKET_ID
static final java.lang.String NAME_CONTEXT
static final javax.xml.namespace.QName QNAME_CONTEXT
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |