com.liferay.faces.alloy.component.paginator
Enum PaginatorBase.PaginatorPropertyKeys

java.lang.Object
  extended by java.lang.Enum<PaginatorBase.PaginatorPropertyKeys>
      extended by com.liferay.faces.alloy.component.paginator.PaginatorBase.PaginatorPropertyKeys
All Implemented Interfaces:
Serializable, Comparable<PaginatorBase.PaginatorPropertyKeys>
Enclosing class:
PaginatorBase

protected static enum PaginatorBase.PaginatorPropertyKeys
extends Enum<PaginatorBase.PaginatorPropertyKeys>


Enum Constant Summary
ajax
           
execute
           
firstPage
           
firstPageLabel
           
for_
           
lastPageLabel
           
maxPageNumberControls
           
nextPageLabel
           
previousPageLabel
           
process
           
render
           
showFirstPageControl
           
showLastPageControl
           
showNextPageControl
           
showPageNumberControls
           
showPreviousPageControl
           
style
           
styleClass
           
summaryPosition
           
update
           
 
Method Summary
static PaginatorBase.PaginatorPropertyKeys valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PaginatorBase.PaginatorPropertyKeys[] 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, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ajax

public static final PaginatorBase.PaginatorPropertyKeys ajax

execute

public static final PaginatorBase.PaginatorPropertyKeys execute

firstPage

public static final PaginatorBase.PaginatorPropertyKeys firstPage

firstPageLabel

public static final PaginatorBase.PaginatorPropertyKeys firstPageLabel

for_

public static final PaginatorBase.PaginatorPropertyKeys for_

lastPageLabel

public static final PaginatorBase.PaginatorPropertyKeys lastPageLabel

maxPageNumberControls

public static final PaginatorBase.PaginatorPropertyKeys maxPageNumberControls

nextPageLabel

public static final PaginatorBase.PaginatorPropertyKeys nextPageLabel

previousPageLabel

public static final PaginatorBase.PaginatorPropertyKeys previousPageLabel

process

public static final PaginatorBase.PaginatorPropertyKeys process

render

public static final PaginatorBase.PaginatorPropertyKeys render

showFirstPageControl

public static final PaginatorBase.PaginatorPropertyKeys showFirstPageControl

showLastPageControl

public static final PaginatorBase.PaginatorPropertyKeys showLastPageControl

showNextPageControl

public static final PaginatorBase.PaginatorPropertyKeys showNextPageControl

showPageNumberControls

public static final PaginatorBase.PaginatorPropertyKeys showPageNumberControls

showPreviousPageControl

public static final PaginatorBase.PaginatorPropertyKeys showPreviousPageControl

style

public static final PaginatorBase.PaginatorPropertyKeys style

styleClass

public static final PaginatorBase.PaginatorPropertyKeys styleClass

summaryPosition

public static final PaginatorBase.PaginatorPropertyKeys summaryPosition

update

public static final PaginatorBase.PaginatorPropertyKeys update
Method Detail

values

public static PaginatorBase.PaginatorPropertyKeys[] 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 (PaginatorBase.PaginatorPropertyKeys c : PaginatorBase.PaginatorPropertyKeys.values())
    System.out.println(c);

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

valueOf

public static PaginatorBase.PaginatorPropertyKeys valueOf(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:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null


Copyright © 2017 Liferay, Inc.. All rights reserved.