public class ToastrFeature<J extends ToastrFeature<J>> extends com.jwebmp.core.Feature<J,ToastrOptions,J>
| Constructor and Description |
|---|
ToastrFeature() |
ToastrFeature(String message)
Constructs with a given message
|
ToastrFeature(String title,
String message)
Constructs a new feature with title and message
|
ToastrFeature(ToastrType type,
String title,
String message)
Constructs a complete feature
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
assignFunctionsToComponent() |
boolean |
equals(Object obj) |
String |
getMessage()
Returns the message of the toaster
|
@NotNull ToastrOptions |
getOptions()
Returns the options
|
String |
getTitle()
Returns the title of the toastr
|
@NotNull ToastrType |
getType()
Returns the type for the toastr
|
int |
hashCode() |
J |
setMessage(String message)
Sets the message of the toaster
|
J |
setTitle(String title)
Sets the title of the toastr
|
J |
setType(ToastrType type)
Sets the type for the toastr
|
addFeature, addQuery, addVariable, asFeatureBase, checkAssignedFunctions, compare, compareTo, destroy, getComponent, getCssReferencesAll, getFeatures, getJavascriptReferencesAll, getName, getPriority, getQueries, getQueriesAll, getSortOrder, getVariables, isJavascriptRenderedElsewhere, isRenderAfterLoad, removeFeature, removeVariable, renderJavascript, scriptAvailable, setJavascriptRenderedElsewhere, setName, setPriority, setRenderAfterLoad, setSortOrder, setTiny, toStringaddCssReference, addJavaScriptReference, asDependancyBase, cloneComponent, getCssReferences, getCssReferencesAll, getJavascriptReferences, getJavascriptReferencesAll, removeCssReference, removeJavaScriptReferenceasBase, getClassCanonicalName, getComponentClass, getComponentType, getID, getID, getJQueryID, getNewLine, getProperties, getProperty, getText, getText, getText, hasProperty, init, isConfigured, isInitialized, isTiny, isTouched, preConfigure, setComponentType, setConfigured, setID, setInitialized, setProperties, setText, setText, setTouchedclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddFeature, addVariable, checkAssignedFunctions, getComponent, getCssReferencesAll, getFeatures, getJavascriptReferencesAll, getName, getPriority, getQueriesAll, getSortOrder, getVariables, isRenderAfterLoad, removeFeature, removeVariable, renderJavascript, scriptAvailabledestroy, init, isConfigured, isInitialized, preConfigurecomparing, comparing, comparingDouble, comparingInt, comparingLong, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic ToastrFeature(String message)
message - public ToastrFeature()
public ToastrFeature(String title, String message)
title - message - public ToastrFeature(ToastrType type, String title, String message)
type - title - message - public int hashCode()
hashCode in class com.jwebmp.core.Feature<J extends ToastrFeature<J>,ToastrOptions,J extends ToastrFeature<J>>public boolean equals(Object obj)
equals in interface Comparator<J extends ToastrFeature<J>>equals in class com.jwebmp.core.Feature<J extends ToastrFeature<J>,ToastrOptions,J extends ToastrFeature<J>>@NotNull public @NotNull ToastrOptions getOptions()
getOptions in interface com.jwebmp.core.base.interfaces.IComponentFeatureBase<J extends ToastrFeature<J>,J extends ToastrFeature<J>>getOptions in class com.jwebmp.core.Feature<J extends ToastrFeature<J>,ToastrOptions,J extends ToastrFeature<J>>protected void assignFunctionsToComponent()
assignFunctionsToComponent in class com.jwebmp.core.Feature<J extends ToastrFeature<J>,ToastrOptions,J extends ToastrFeature<J>>@NotNull public @NotNull ToastrType getType()
@NotNull public J setType(ToastrType type)
type - public String getMessage()
public String getTitle()
Copyright © 2019 Marc Magon. All rights reserved.