org.apache.myfaces.custom.datascroller
Enum HtmlDataScroller.PropertyKeys

java.lang.Object
  extended by java.lang.Enum<HtmlDataScroller.PropertyKeys>
      extended by org.apache.myfaces.custom.datascroller.HtmlDataScroller.PropertyKeys
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<HtmlDataScroller.PropertyKeys>
Enclosing class:
HtmlDataScroller

protected static enum HtmlDataScroller.PropertyKeys
extends java.lang.Enum<HtmlDataScroller.PropertyKeys>


Enum Constant Summary
colspan
           
dir
           
disableFacetLinksIfFirstPage
           
disableFacetLinksIfLastPage
           
displayedRowsCountVar
           
displayValueOnly
           
displayValueOnlyStyle
           
displayValueOnlyStyleClass
           
enabledOnUserRole
           
fastfStyleClass
           
fastrStyleClass
           
fastStep
           
firstRowIndexVar
           
firstStyleClass
           
forceId
           
forceIdIndex
           
forVal
           
immediate
           
lang
           
lastRowIndexVar
           
lastStyleClass
           
layout
           
nextStyleClass
           
onclick
           
ondblclick
           
pageCountVar
           
pageIndexVar
           
paginator
           
paginatorActiveColumnClass
           
paginatorActiveColumnStyle
           
paginatorColumnClass
           
paginatorColumnStyle
           
paginatorMaxPages
           
paginatorRenderLinkForActive
           
paginatorTableClass
           
paginatorTableStyle
           
previousStyleClass
           
renderFacetLinksIfFirstPage
           
renderFacetLinksIfLastPage
           
renderFacetsIfSinglePage
           
rowsCountVar
           
style
           
styleClass
           
title
           
visibleOnUserRole
           
 
Method Summary
 java.lang.String toString()
           
static HtmlDataScroller.PropertyKeys valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HtmlDataScroller.PropertyKeys[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

layout

public static final HtmlDataScroller.PropertyKeys layout

colspan

public static final HtmlDataScroller.PropertyKeys colspan

onclick

public static final HtmlDataScroller.PropertyKeys onclick

ondblclick

public static final HtmlDataScroller.PropertyKeys ondblclick

forVal

public static final HtmlDataScroller.PropertyKeys forVal

fastStep

public static final HtmlDataScroller.PropertyKeys fastStep

pageIndexVar

public static final HtmlDataScroller.PropertyKeys pageIndexVar

pageCountVar

public static final HtmlDataScroller.PropertyKeys pageCountVar

rowsCountVar

public static final HtmlDataScroller.PropertyKeys rowsCountVar

displayedRowsCountVar

public static final HtmlDataScroller.PropertyKeys displayedRowsCountVar

firstRowIndexVar

public static final HtmlDataScroller.PropertyKeys firstRowIndexVar

lastRowIndexVar

public static final HtmlDataScroller.PropertyKeys lastRowIndexVar

paginator

public static final HtmlDataScroller.PropertyKeys paginator

paginatorMaxPages

public static final HtmlDataScroller.PropertyKeys paginatorMaxPages

paginatorTableClass

public static final HtmlDataScroller.PropertyKeys paginatorTableClass

paginatorTableStyle

public static final HtmlDataScroller.PropertyKeys paginatorTableStyle

paginatorColumnClass

public static final HtmlDataScroller.PropertyKeys paginatorColumnClass

paginatorColumnStyle

public static final HtmlDataScroller.PropertyKeys paginatorColumnStyle

paginatorActiveColumnClass

public static final HtmlDataScroller.PropertyKeys paginatorActiveColumnClass

paginatorRenderLinkForActive

public static final HtmlDataScroller.PropertyKeys paginatorRenderLinkForActive

firstStyleClass

public static final HtmlDataScroller.PropertyKeys firstStyleClass

lastStyleClass

public static final HtmlDataScroller.PropertyKeys lastStyleClass

previousStyleClass

public static final HtmlDataScroller.PropertyKeys previousStyleClass

nextStyleClass

public static final HtmlDataScroller.PropertyKeys nextStyleClass

fastfStyleClass

public static final HtmlDataScroller.PropertyKeys fastfStyleClass

fastrStyleClass

public static final HtmlDataScroller.PropertyKeys fastrStyleClass

paginatorActiveColumnStyle

public static final HtmlDataScroller.PropertyKeys paginatorActiveColumnStyle

renderFacetsIfSinglePage

public static final HtmlDataScroller.PropertyKeys renderFacetsIfSinglePage

immediate

public static final HtmlDataScroller.PropertyKeys immediate

disableFacetLinksIfFirstPage

public static final HtmlDataScroller.PropertyKeys disableFacetLinksIfFirstPage

disableFacetLinksIfLastPage

public static final HtmlDataScroller.PropertyKeys disableFacetLinksIfLastPage

renderFacetLinksIfFirstPage

public static final HtmlDataScroller.PropertyKeys renderFacetLinksIfFirstPage

renderFacetLinksIfLastPage

public static final HtmlDataScroller.PropertyKeys renderFacetLinksIfLastPage

displayValueOnly

public static final HtmlDataScroller.PropertyKeys displayValueOnly

displayValueOnlyStyle

public static final HtmlDataScroller.PropertyKeys displayValueOnlyStyle

displayValueOnlyStyleClass

public static final HtmlDataScroller.PropertyKeys displayValueOnlyStyleClass

enabledOnUserRole

public static final HtmlDataScroller.PropertyKeys enabledOnUserRole

visibleOnUserRole

public static final HtmlDataScroller.PropertyKeys visibleOnUserRole

forceId

public static final HtmlDataScroller.PropertyKeys forceId

forceIdIndex

public static final HtmlDataScroller.PropertyKeys forceIdIndex

dir

public static final HtmlDataScroller.PropertyKeys dir

lang

public static final HtmlDataScroller.PropertyKeys lang

title

public static final HtmlDataScroller.PropertyKeys title

style

public static final HtmlDataScroller.PropertyKeys style

styleClass

public static final HtmlDataScroller.PropertyKeys styleClass
Method Detail

values

public static HtmlDataScroller.PropertyKeys[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (HtmlDataScroller.PropertyKeys c : HtmlDataScroller.PropertyKeys.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static HtmlDataScroller.PropertyKeys valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Enum<HtmlDataScroller.PropertyKeys>


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.