
| Constructor and Description |
|---|
FrameOptions()
Creates a new frame options instance.
|
FrameOptions(Integer tabIndex,
String frameClasses,
SafeStyles frameStyle)
Creates a new frame options instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFrameClasses()
Returns the frame classes.
|
SafeStyles |
getFrameStyle()
Returns the frame style.
|
String |
getTabIndex()
Returns the tab index.
|
void |
setFrameClasses(String frameClasses) |
void |
setFrameStyle(SafeStyles frameStyle) |
void |
setTabIndex(String tabIndex) |
public FrameOptions()
public FrameOptions(Integer tabIndex, String frameClasses, SafeStyles frameStyle)
tabIndex - the tab index to be applied to frameframeClasses - a space separated list of CSS class names to be
applied to frameframeStyle - a safe styles instance to be applied to the framepublic String getFrameClasses()
public SafeStyles getFrameStyle()
public String getTabIndex()
public void setFrameClasses(String frameClasses)
public void setFrameStyle(SafeStyles frameStyle)
public void setTabIndex(String tabIndex)
Copyright © 2018. All rights reserved.