oracle.adf.view.faces.style
Interface Style


public interface Style

A Style object defines a set of visual (or aural) style properties.


Method Summary
 java.lang.String getProperty(java.lang.String name)
          Returns the value of the property with the specified name.
 java.util.Enumeration getPropertyNames()
          Returns the names of the properties defined by this style.
 java.lang.String toInlineString()
          Converts the style to a String suitable for use as an inline style attribute value.
 

Method Detail

getPropertyNames

public java.util.Enumeration getPropertyNames()
Returns the names of the properties defined by this style.


getProperty

public java.lang.String getProperty(java.lang.String name)
Returns the value of the property with the specified name.

Parameters:
name - The property name for the property to return

toInlineString

public java.lang.String toInlineString()
Converts the style to a String suitable for use as an inline style attribute value.



Copyright © 2003-2004 Oracle Corporation. All Rights Reserved.