Adddecorators(collection), Getdecorators(), Isignoreinteractionevents() – MiG InfoCom MiG Calendar JavaBeans User Manual

Page 83: Setdecorators(collection), Setignoreinteractionevents(boolean), Adddecorators, Collection, Getdecorators, Isignoreinteractionevents, Setdecorators

Advertising
background image

(continued from last page)

isIgnoreInteractionEvents

public boolean isIgnoreInteractionEvents()

Returns if events are currently ignored.

Returns:

If events are currently ignored.

See Also:

setIgnoreInteractionEvents(boolean)

setIgnoreInteractionEvents

public boolean setIgnoreInteractionEvents(boolean b)

Sets if events should be ignored, and thus not fired.

Parameters:

b

-

true

turns off events

Returns:

The old state of this flag.

getDecorators

public List getDecorators()

Returns a cloned list with the decorators currently installed in this tree.

Returns:

The decorators. Not

null

.

setDecorators

public void setDecorators(Collection decorators)

Sets the decorators to use.

Parameters:

decorators

- The decorators. Not

null

. List is cloned shallow for storage.

See Also:

setDecorators(java.util.Collection)

addDecorators

public void addDecorators(Collection decorators)

Calls

addDecorator(com.miginfocom.calendar.decorators.Decorator)

for every element in the collection.

Parameters:

decorators

- The decorators. Not

null

.

See Also:

addDecorators(java.util.Collection)

Page 83 of 196

com.miginfocom.beans.CategoryTreeBean

Advertising