EchoPoint
1.0

echopoint.stylesheet
Class CssEchoStyleSheetHandler.SelectFieldStyleInfo

java.lang.Object
  extended byechopoint.stylesheet.CssEchoStyleSheetHandler.SelectFieldStyleInfo
All Implemented Interfaces:
StyleInfo
Enclosing class:
CssEchoStyleSheetHandler

public static class CssEchoStyleSheetHandler.SelectFieldStyleInfo
extends java.lang.Object
implements StyleInfo

StyleInfo support for nextapp.echo.SelectField


Constructor Summary
CssEchoStyleSheetHandler.SelectFieldStyleInfo()
           
 
Method Summary
 StyleAttrDescriptor[] getStyleDescriptors()
          Returns an array of StyleAttrDescriptor objects for a given coponent class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CssEchoStyleSheetHandler.SelectFieldStyleInfo

public CssEchoStyleSheetHandler.SelectFieldStyleInfo()
Method Detail

getStyleDescriptors

public StyleAttrDescriptor[] getStyleDescriptors()
Description copied from interface: StyleInfo
Returns an array of StyleAttrDescriptor objects for a given coponent class.

Specified by:
getStyleDescriptors in interface StyleInfo
Returns:
- an array of StyleAttrDescriptor objects. May return null.

EchoPoint
1.0