PREV CLASS NEXT CLASS
Tree SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.portal.toolbar
Interface PublicRenderParameters
public interface PublicRenderParametersDefines the local and global names of the supported toolbar-specific portal render parameters.
- Since:
- 8.5
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 missingstatic 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 parametersstatic 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 NAMESPACE_URI
static final java.lang.String NAMESPACE_URI
- Namespace for all toolbar-specific public render parameters
- See Also:
- Constant Field Values
NAME_SELECTION
static final java.lang.String NAME_SELECTION
- Local name of the public render parameter that encodes the page selection.
- See Also:
- Constant Field Values
QNAME_SELECTION
static final javax.xml.namespace.QName QNAME_SELECTION
- Qualified name of the public render parameter that encodes the page selection.
NAME_ID
static final java.lang.String NAME_ID
- Local name of the public render parameter that encodes the toolbar tab ID.
- See Also:
- Constant Field Values
QNAME_ID
static final javax.xml.namespace.QName QNAME_ID
- Qualified name of the public render parameter that encodes the toolbar tab ID.
NAME_PRIMARY_TAB_URI
static final 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.
- See Also:
- Constant Field Values
QNAME_PRIMARY_TAB_URI
static final 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.
NAME_SECONDARY_TAB_URI
static final 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.
- See Also:
- Constant Field Values
QNAME_SECONDARY_TAB_URI
static final 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.
NAME_TARGET_ID
static final java.lang.String NAME_TARGET_ID
- Local name of the public render parameter that encodes the toolbar target ID ("primary" vs. "secondary").
- See Also:
- Constant Field Values
QNAME_TARGET_ID
static final javax.xml.namespace.QName QNAME_TARGET_ID
- Qualified name of the public render parameter that encodes the toolbar target ID ("primary" vs. "secondary").
NAME_VIEWPORT
static final java.lang.String NAME_VIEWPORT
- Local name of the public render parameter that specifies the size of the viewport of the toolbar. The values are positive integer numbers.
- See Also:
- Constant Field Values
QNAME_VIEWPORT
static final javax.xml.namespace.QName QNAME_VIEWPORT
- Qualified name of the public render parameter that specifies the size of the viewport of the toolbar. The value of this parameter is a String array which contains two Strings. The first one specifies the maximum width of the view port, the second one the maximum height (both in pixels). The values are positive integer numbers.
NAME_DEVICE_PIXEL_RATIO
static final 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. This is typically 1 but is larger for retina displays. The value is a positive floating point number that contains the ratio.
- See Also:
- Constant Field Values
QNAME_DEVICE_PIXEL_RATIO
static final javax.xml.namespace.QName QNAME_DEVICE_PIXEL_RATIO
- Qualified name of the public render parameter that specifies the pixel ratio. The value is a positive floating point number that contains the ratio.
NAME_FONT_SIZE
static final java.lang.String NAME_FONT_SIZE
- Local name of the public render parameter that specifies the default font size (in pixels). The value is a positive floating point number.
- See Also:
- Constant Field Values
QNAME_FONT_SIZE
static final 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). Per default this is DEFAULT_FONT_SIZE. The value is a positive floating point number.
DEFAULT_FONT_SIZE
static final java.lang.String DEFAULT_FONT_SIZE
- Default value for the font size in pixels in case the public render parameters is missing
- See Also:
- Constant Field Values
NAME_TOOLBAR_MODE
static final java.lang.String NAME_TOOLBAR_MODE
- Local name of the public render parameter that specifies the toolbar mode.
- See Also:
- Constant Field Values
QNAME_TOOLBAR_MODE
static final javax.xml.namespace.QName QNAME_TOOLBAR_MODE
- Qualified name of the public render parameter that specifies the toolbar mode.
TOOLBAR_MODE_ADVANCED
static final java.lang.String TOOLBAR_MODE_ADVANCED
- Value identifying the toolbar mode "Advanced View".
- See Also:
- Constant Field Values
DEFAULT_BUCKET_ID
static final java.lang.String DEFAULT_BUCKET_ID
- Default bucket for toolbar-specific public render parameters.
- See Also:
- Constant Field Values
NAME_CONTEXT
static final java.lang.String NAME_CONTEXT
- Local name of the public render parameter that encodes the context content node. Toolbar portlets should render in context of that node - and use the navigation selection as fallback
- See Also:
- Constant Field Values
QNAME_CONTEXT
static final javax.xml.namespace.QName QNAME_CONTEXTPREV CLASS NEXT CLASS
- Qualified name of the public render parameter that encodes the page selection.
Tree SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD