Package com.ebasetech.xi.api.controls
Interface MessageProperties
- All Known Subinterfaces:
ArticleControl
,AsideControl
,BasicBlockControl
,BootstrapColumnControl
,BootstrapContainerControl
,ButtonColumnControl
,ButtonControl
,DynamicMenuItemControl
,FieldColumnControl
,FieldControl
,FileUploadControl
,FooterControl
,GridCellControl
,GroupAndPagePanelProperties
,GroupPanelControl
,HeaderControl
,HorizontalMenuControl
,ImageColumnControl
,ImageControl
,InitiateUploadControl
,LayoutControl
,ListControl
,ListItemControl
,ListPanelControl
,MainControl
,MenuControl
,MenuItemControl
,MessageControl
,NavControl
,PageControl
,PagePanelControl
,PanelControl
,RepeatingTableControl
,RepeatingTableListControl
,RepeatingTableListRowControl
,RepeatingTableRowControl
,SectionControl
,StaticMenuItemControl
,TabControl
,TableControl
,TabSetControl
,TitlePanelControl
,VerticalMenuControl
public interface MessageProperties
The
MessageProperties
interface represents styling properties of error and warning messages.
- Since:
- V4.4
-
Method Summary
Modifier and Type Method Description MessageStyleProperties
getErrorMessageStyle()
Returns theMessageStyleProperties
object representing error message styling properties.MessageStyleProperties
getInfoMessageStyle()
Returns theMessageStyleProperties
object representing info message styling properties.MessageStyleProperties
getWarningMessageStyle()
Returns theMessageStyleProperties
object representing warning message styling properties.
-
Method Details
-
getErrorMessageStyle
MessageStyleProperties getErrorMessageStyle()Returns theMessageStyleProperties
object representing error message styling properties.- Since:
- V4.4
-
getWarningMessageStyle
MessageStyleProperties getWarningMessageStyle()Returns theMessageStyleProperties
object representing warning message styling properties.- Since:
- V4.4
-
getInfoMessageStyle
MessageStyleProperties getInfoMessageStyle()Returns theMessageStyleProperties
object representing info message styling properties.- Since:
- V4.4
-