Class SelectOptionImpl
- java.lang.Object
-
- org.uberfire.ext.widgets.common.client.select.SelectOptionImpl
-
- All Implemented Interfaces:
SelectOption
public class SelectOptionImpl extends Object implements SelectOption
-
-
Constructor Summary
Constructors Constructor Description SelectOptionImpl(String selector, String name)
-
-
-
Method Detail
-
getSelector
public String getSelector()
- Specified by:
getSelectorin interfaceSelectOption
-
getName
public String getName()
- Specified by:
getNamein interfaceSelectOption
-
-