public interface GearTitleBarDefinition
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Modifier and Type | Method and Description | 
|---|---|
| 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 | 
static final java.lang.String CLASS_VERSION
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 modeGearTitleBarMode getGearTitleBarMode(java.lang.String pTitleBarMode)
pTitleBarMode - the name of a titlebar modeGearTitleBarMode[] getGearTitleBarModes()