|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.izforge.izpack.panels.userinput.field.Field
com.izforge.izpack.panels.userinput.field.title.TitleField
public class TitleField
Title field.
| Constructor Summary | |
|---|---|
TitleField(TitleFieldConfig config,
InstallData installData)
Constructs a TitleField. |
|
| Method Summary | |
|---|---|
Alignment |
getAlignment()
Returns the title alignment. |
String |
getIconId()
Returns the icon identifier. |
String |
getIconName(Messages messages)
Returns the icon name. |
float |
getTitleSize()
Returns the title size. |
boolean |
isBold()
Determines if the title is bold. |
boolean |
isItalic()
Determines if the title is in italics. |
| Methods inherited from class com.izforge.izpack.panels.userinput.field.Field |
|---|
getDefaultValue, getDescription, getDescription, getInitialValue, getInstallData, getLabel, getLabel, getOmitFromAuto, getOsModels, getPacks, getProcessors, getSize, getSummaryKey, getTooltip, getValue, getVariable, isConditionTrue, isEffectiveDisplayHidden, isEffectiveReadonly, replaceVariables, setSaving, setValue, setVariable, validate, validate, wrapDefaultValue, wrapInitialValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TitleField(TitleFieldConfig config,
InstallData installData)
TitleField.
config - the field configurationinstallData - the installation data
IzPackException - if the field cannot be read| Method Detail |
|---|
public String getIconId()
nullpublic String getIconName(Messages messages)
messages, using the
icon identifier as the key.
messages - the messages
nullpublic boolean isBold()
true if the title is boldpublic boolean isItalic()
true if the title in italicspublic float getTitleSize()
public Alignment getAlignment()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||