org.rhq.enterprise.gui.common.converter
Class SelectItemUtils
java.lang.Object
org.rhq.enterprise.gui.common.converter.SelectItemUtils
public class SelectItemUtils
- extends Object
|
Field Summary |
static javax.faces.model.SelectItem |
ALL
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ALL
public static javax.faces.model.SelectItem ALL
convertFromListOptionItem
public static javax.faces.model.SelectItem[] convertFromListOptionItem(List<? extends org.rhq.core.domain.common.composite.OptionItem<?>> items,
boolean addAllFilter)
convertFromListString
public static javax.faces.model.SelectItem[] convertFromListString(List<String> items,
boolean addAllFilter)
convertFromEnum
public static <T extends Enum<T>> javax.faces.model.SelectItem[] convertFromEnum(Class<T> e,
boolean addAllFilter)
getSelectItemFilter
public static String getSelectItemFilter(String domIdentifier)
cleanse
public static String cleanse(String value)
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.