|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gwtbootstrap3.client.ui.base.mixin.AttributeMixin<T>
public class AttributeMixin<T extends UIObject>
| Constructor Summary | |
|---|---|
AttributeMixin(T uiObject)
|
|
| Method Summary | |
|---|---|
String |
getAttribute(String attributeName)
Get the attribute name on the UiObject |
boolean |
hasAttribute(String attributeName)
Checks whether or not the UiObject has the element |
void |
removeAttribute(String attributeName)
Removes the attribute from the UiObject |
void |
setAttribute(String attributeName,
String attributeValue)
Sets the attribute on the UiObject |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeMixin(T uiObject)
| Method Detail |
|---|
public void setAttribute(String attributeName,
String attributeValue)
attributeName - attribute nameattributeValue - attribute valuepublic String getAttribute(String attributeName)
attributeName - attribute name
public void removeAttribute(String attributeName)
attributeName - attribute namepublic boolean hasAttribute(String attributeName)
attributeName - attribute name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||