| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GearTitleBarDefinition
Represents a Gears Titlebar Definition
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Method Summary | |
|---|---|
|  java.lang.String | getAuthor()Access the author | 
|  java.util.Date | getCreationDate()Access the creation date of the titlebar | 
|  java.lang.String | getDescription()Access the description of the titlebar | 
|  GearTitleBarMode | getGearTitleBarMode(java.lang.String pTitleBarMode)Access a named titlebar mode from the titlebar | 
|  GearTitleBarMode[] | getGearTitleBarModes()Access all titlebar modes | 
|  java.lang.String | getId()Access the id of the titlebar | 
|  java.lang.String | getLargeImageURL()Access the large image URL | 
|  java.util.Date | getLastModified()Access the last modified date of the titlebar | 
|  java.lang.String | getName()Access the name of the titlebar | 
|  java.lang.String | getServletContext()Access the servlet context | 
|  java.lang.String | getSmallImageURL()Access the small image URL | 
|  java.lang.String | getVersion()Access the version | 
|  boolean | hasGearTitleBarMode(java.lang.String pTitleBarMode)Returns true is this titlebar has a particuar titlebar mode | 
| Field Detail | 
|---|
static final java.lang.String CLASS_VERSION
| Method Detail | 
|---|
java.lang.String getId()
java.lang.String getName()
java.lang.String getDescription()
java.util.Date getCreationDate()
java.util.Date getLastModified()
java.lang.String getAuthor()
java.lang.String getVersion()
java.lang.String getSmallImageURL()
java.lang.String getLargeImageURL()
java.lang.String getServletContext()
boolean hasGearTitleBarMode(java.lang.String pTitleBarMode)
pTitleBarMode - the name of a titlebar mode
GearTitleBarMode getGearTitleBarMode(java.lang.String pTitleBarMode)
pTitleBarMode - the name of a titlebar mode
GearTitleBarMode[] getGearTitleBarModes()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||