com.sencha.gxt.theme.base.client.frame
Class Frame.FrameOptions

java.lang.Object
  extended by com.sencha.gxt.theme.base.client.frame.Frame.FrameOptions
Enclosing interface:
Frame

public static class Frame.FrameOptions
extends java.lang.Object

Render options for Frames.


Constructor Summary
Frame.FrameOptions()
          Creates a new frame options instance.
Frame.FrameOptions(java.lang.Integer tabIndex, java.lang.String frameClasses, SafeStyles frameStyle)
          Creates a new frame options instance.
 
Method Summary
 java.lang.String getFrameClasses()
          Returns the frame classes.
 SafeStyles getFrameStyle()
          Returns the frame style.
 java.lang.String getTabIndex()
          Returns the tab index.
 void setFrameClasses(java.lang.String frameClasses)
           
 void setFrameStyle(SafeStyles frameStyle)
           
 void setTabIndex(java.lang.String tabIndex)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Frame.FrameOptions

public Frame.FrameOptions()
Creates a new frame options instance.


Frame.FrameOptions

public Frame.FrameOptions(java.lang.Integer tabIndex,
                          java.lang.String frameClasses,
                          SafeStyles frameStyle)
Creates a new frame options instance. In many cases, the Frame will be the "outer" or "root" element and will need to have classes and styles defined by content being "wrapped" by the frame.

Parameters:
tabIndex - the tab index to be applied to frame
frameClasses - a space separated list of CSS class names to be applied to frame
frameStyle - a safe styles instance to be applied to the frame
Method Detail

getFrameClasses

public java.lang.String getFrameClasses()
Returns the frame classes.

Returns:
the space separated list of CSS class names

getFrameStyle

public SafeStyles getFrameStyle()
Returns the frame style.

Returns:
the style

getTabIndex

public java.lang.String getTabIndex()
Returns the tab index.

Returns:
the tab index or "" if not specified

setFrameClasses

public void setFrameClasses(java.lang.String frameClasses)

setFrameStyle

public void setFrameStyle(SafeStyles frameStyle)

setTabIndex

public void setTabIndex(java.lang.String tabIndex)


Copyright © 2012. All Rights Reserved.