Attribute |
Details |
private static Application application |
Initial: FacesContext.getCurrentInstance().getApplication()
|
public HtmlCommandButton btBack |
Initial: new HtmlCommandButton()
|
public HtmlCommandButton btFirst |
Initial: new HtmlCommandButton()
|
public HtmlCommandButton btForward |
Initial: new HtmlCommandButton()
|
public HtmlCommandButton btLast |
Initial: new HtmlCommandButton()
|
private ResourceBundle bundleLabel |
Initial: ResourceBundle.getBundle(i18nHelper.getSelectedLabelBundle())
|
public HtmlSelectOneMenu cboNumberOfItemsToShow |
Initial: new HtmlSelectOneMenu()
|
public static const String COMPONENT_TYPE |
Initial: "de.mpg.escidoc.pubman.ui.PaginatorControl"
|
public HTMLElementUI htmlElementUI |
Initial: new HTMLElementUI()
Notes: | item list controls | |
private InternationalizationHelper i18nHelper |
Initial: (InternationalizationHelper)application
.getVariableResolver().resolveVariable(FacesContext.getCurrentInstance(),
InternationalizationHelper.BEAN_NAME)
|
public HtmlOutputText lblItemCount |
Initial: new HtmlOutputText()
|
public HtmlOutputText lblObjectsPerPage |
Initial: new HtmlOutputText()
|
public HtmlOutputText lblShow |
Initial: new HtmlOutputText()
|
public HtmlOutputText lblTotal |
Initial: new HtmlOutputText()
|
public HtmlPanelGroup panPageButtons |
Initial: new HtmlPanelGroup()
|