Class MESSAGETOASTBinding
java.lang.Object
org.eclnt.jsfserver.elements.impl.MESSAGETOASTBinding
- All Implemented Interfaces:
IValueByToString
- Direct Known Subclasses:
DefaultScreens.MyMessageToastBinding
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddMessageToast(String type, String image, String title, String text) Message toast is output at default position which is set byMessageToast.initPosition(String).voidMessage toast is output at explicit position.voidaddMessageToast(String type, String image, String title, String text, String position, int duration) Message toast is output at explicit position.toString()
-
Constructor Details
-
MESSAGETOASTBinding
public MESSAGETOASTBinding()
-
-
Method Details
-
toString
-
addMessageToast
Message toast is output at default position which is set byMessageToast.initPosition(String). -
addMessageToast
Message toast is output at explicit position.- Parameters:
position- See static value definitions inMessageToast, example:MessageToast.POSITION_rightbottom.
-
addMessageToast
public void addMessageToast(String type, String image, String title, String text, String position, int duration) Message toast is output at explicit position.- Parameters:
position- See static value definitions inMessageToast, example:MessageToast.POSITION_rightbottom.
-