|
ICEfaces 1.x Compatibility Library 3.3.0 Java API Documentation |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.icesoft.faces.context.effects.Effect
com.icesoft.faces.context.effects.Highlight
public class Highlight
The highlight effect will change the background color of an HTML element and then transition the color back its original state
Field Summary |
---|
Fields inherited from class com.icesoft.faces.context.effects.Effect |
---|
ea |
Constructor Summary | |
---|---|
Highlight()
Default is #ffff99 |
|
Highlight(java.lang.String s)
Set the highlight color |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getFunctionName()
The Javascript function name |
java.lang.String |
getStartColor()
Get the starting (highlight) color |
int |
hashCode()
|
void |
setStartColor(java.lang.String startColor)
Set the starting (highlight) color |
Methods inherited from class com.icesoft.faces.context.effects.Effect |
---|
getDelay, getDuration, getFps, getFrom, getId, getIntfromString, getQueue, getSequence, getSequenceId, getTo, isFired, isQueued, isQueueEnd, isSubmit, isSync, isTransitory, setDelay, setDuration, setFired, setFps, setFrom, setId, setOptions, setQueue, setQueued, setQueueEnd, setSequence, setSequenceId, setSubmit, setSync, setTo, setTransitory, toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Highlight()
public Highlight(java.lang.String s)
s
- The RGB color to highlight to. Example: #ff00ffMethod Detail |
---|
public java.lang.String getStartColor()
public void setStartColor(java.lang.String startColor)
startColor
- public java.lang.String getFunctionName()
getFunctionName
in class Effect
public int hashCode()
hashCode
in class Effect
public boolean equals(java.lang.Object obj)
equals
in class Effect
|
ICEfaces 1.x Compatibility Library 3.3.0 Java API Documentation |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |