public class EffectsType extends XmlBaseType
Modifier and Type | Field and Description |
---|---|
protected Collection<EffectType> |
onActive |
protected Collection<EffectType> |
onClick |
protected Collection<EffectType> |
onCustom |
protected Collection<EffectType> |
onDisabled |
protected Collection<EffectType> |
onEnabled |
protected Collection<EffectType> |
onEndHover |
protected Collection<EffectType> |
onEndScreen |
protected Collection<EffectType> |
onFocus |
protected Collection<EffectType> |
onGetFocus |
protected Collection<EffectType> |
onHide |
protected Collection<EffectType> |
onHover |
protected Collection<EffectType> |
onLostFocus |
protected Collection<EffectType> |
onShow |
protected Collection<EffectType> |
onStartHover |
protected Collection<EffectType> |
onStartScreen |
Constructor and Description |
---|
EffectsType() |
EffectsType(EffectsType src) |
getAttributes, initFromAttributes, mergeFromAttributes
protected Collection<EffectType> onStartScreen
protected Collection<EffectType> onEndScreen
protected Collection<EffectType> onHover
protected Collection<EffectType> onStartHover
protected Collection<EffectType> onEndHover
protected Collection<EffectType> onClick
protected Collection<EffectType> onFocus
protected Collection<EffectType> onLostFocus
protected Collection<EffectType> onGetFocus
protected Collection<EffectType> onActive
protected Collection<EffectType> onCustom
protected Collection<EffectType> onShow
protected Collection<EffectType> onHide
protected Collection<EffectType> onEnabled
protected Collection<EffectType> onDisabled
public EffectsType()
public EffectsType(EffectsType src)
public void mergeFromEffectsType(EffectsType src)
public void translateSpecialValues(Nifty nifty, Screen screen)
translateSpecialValues
in class XmlBaseType
public void addOnStartScreen(EffectType effectParam)
public void addOnEndScreen(EffectType effectParam)
public void addOnHover(EffectTypeOnHover effectParam)
public void addOnStartHover(EffectType effectParam)
public void addOnEndHover(EffectType effectParam)
public void addOnClick(EffectType effectParam)
public void addOnFocus(EffectType effectParam)
public void addOnLostFocus(EffectType effectParam)
public void addOnGetFocus(EffectType effectParam)
public void addOnActive(EffectType effectParam)
public void addOnShow(EffectType effectParam)
public void addOnHide(EffectType effectParam)
public void addOnCustom(EffectType effectParam)
public void addOnDisabled(EffectType effectParam)
public void addOnEnabled(EffectType effectParam)
public String output(int offset)
output
in class XmlBaseType
public void materialize(Nifty nifty, Element element, Screen screen, LinkedList<Object> controllers)
public void refreshFromAttributes(ControlEffectsAttributes effects)
public void apply(EffectsType effects, String styleId)
public void resolveParameters(Attributes src)
public void removeWithTag(String styleId)
public Collection<ControlEffectAttributes> getOnStartScreen()
public Collection<ControlEffectAttributes> getOnEndScreen()
public Collection<ControlEffectOnHoverAttributes> getOnHover()
public Collection<ControlEffectOnHoverAttributes> getOnStartHover()
public Collection<ControlEffectOnHoverAttributes> getOnEndHover()
public Collection<ControlEffectAttributes> getOnClick()
public Collection<ControlEffectAttributes> getOnFocus()
public Collection<ControlEffectAttributes> getLostFocus()
public Collection<ControlEffectAttributes> getOnGetFocus()
public Collection<ControlEffectAttributes> getOnActive()
public Collection<ControlEffectAttributes> getOnCustom()
public Collection<ControlEffectAttributes> getOnShow()
public Collection<ControlEffectAttributes> getOnHide()
Copyright © 2013. All Rights Reserved.