com.liferay.faces.alloy.component.popover
Enum PopoverBase.PopoverPropertyKeys

java.lang.Object
  extended by java.lang.Enum<PopoverBase.PopoverPropertyKeys>
      extended by com.liferay.faces.alloy.component.popover.PopoverBase.PopoverPropertyKeys
All Implemented Interfaces:
Serializable, Comparable<PopoverBase.PopoverPropertyKeys>
Enclosing class:
PopoverBase

protected static enum PopoverBase.PopoverPropertyKeys
extends Enum<PopoverBase.PopoverPropertyKeys>


Enum Constant Summary
autoShow
           
clientKey
           
dismissible
           
for_
           
headerText
           
height
           
hideIconRendered
           
position
           
width
           
zIndex
           
 
Method Summary
static PopoverBase.PopoverPropertyKeys valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PopoverBase.PopoverPropertyKeys[] 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

autoShow

public static final PopoverBase.PopoverPropertyKeys autoShow

clientKey

public static final PopoverBase.PopoverPropertyKeys clientKey

dismissible

public static final PopoverBase.PopoverPropertyKeys dismissible

for_

public static final PopoverBase.PopoverPropertyKeys for_

headerText

public static final PopoverBase.PopoverPropertyKeys headerText

height

public static final PopoverBase.PopoverPropertyKeys height

hideIconRendered

public static final PopoverBase.PopoverPropertyKeys hideIconRendered

position

public static final PopoverBase.PopoverPropertyKeys position

width

public static final PopoverBase.PopoverPropertyKeys width

zIndex

public static final PopoverBase.PopoverPropertyKeys zIndex
Method Detail

values

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

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

valueOf

public static PopoverBase.PopoverPropertyKeys 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.