com.ebasetech.xi.api.controls
Interface MessageProperties

All Known Subinterfaces:
ButtonColumnControl, ButtonControl, DynamicMenuItemControl, FieldColumnControl, FieldControl, GridCellControl, GroupAndPagePanelProperties, GroupPanelControl, HorizontalMenuControl, ImageColumnControl, ImageControl, LayoutControl, MenuControl, MenuItemControl, MessageControl, PageControl, PagePanelControl, PanelControl, RepeatingTableControl, RepeatingTableRowControl, StaticMenuItemControl, TabControl, TableControl, TabSetControl, TitlePanelControl, VerticalMenuControl

public interface MessageProperties

The MessageProperties interface represents styling properties of error and warning messages.

Further documentation.

Since:
V4.4

Method Summary
 MessageStyleProperties getErrorMessageStyle()
          Returns the MessageStyleProperties object representing error message styling properties.
 MessageStyleProperties getWarningMessageStyle()
          Returns the MessageStyleProperties object representing warning message styling properties.
 

Method Detail

getErrorMessageStyle

MessageStyleProperties getErrorMessageStyle()
Returns the MessageStyleProperties object representing error message styling properties.

Further documentation.

Since:
V4.4

getWarningMessageStyle

MessageStyleProperties getWarningMessageStyle()
Returns the MessageStyleProperties object representing warning message styling properties.

Further documentation.

Since:
V4.4