com.izforge.izpack.panels.userinput.field.title
Interface TitleFieldConfig

All Superinterfaces:
FieldConfig
All Known Implementing Classes:
TitleFieldReader

public interface TitleFieldConfig
extends FieldConfig

Title field configuration.

Author:
Tim Anderson

Method Summary
 Alignment getAlignment()
          Returns the title alignment.
 String getIconId()
          Returns the icon identifier.
 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 interface com.izforge.izpack.panels.userinput.field.FieldConfig
getCondition, getDefaultValue, getDescription, getDisplayHiddenCondition, getInitialValue, getLabel, getOmitFromAuto, getOsModels, getPacks, getProcessors, getReadonlyCondition, getSize, getSummaryKey, getTooltip, getValidators, getValidators, getVariable, isDisplayHidden, isReadonly
 

Method Detail

getIconId

String getIconId()
Returns the icon identifier.

Returns:
the icon identifier. May be null

isBold

boolean isBold()
Determines if the title is bold.

Returns:
true if the title is bold

isItalic

boolean isItalic()
Determines if the title is in italics.

Returns:
true if the title in italics

getTitleSize

float getTitleSize()
Returns the title size.

This is used as a multiplier for the default font size.

Returns:
the title size

getAlignment

Alignment getAlignment()
Returns the title alignment.

Returns:
the title alignment


Copyright © 2018. All rights reserved.