|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ConstraintManager.ConditionCheck
Implementations of this interface are queried by the ConstraintManager as soon as properties of an editor change.
ConstraintManager.createCondition(OptionItem, y.option.ConstraintManager.ConditionCheck)
Method Summary | |
---|---|
boolean |
isTrue(Editor editor,
ItemEditor itemEditor)
Yields true if the condition is true for the given ItemEditor that
is part of the given Editor. |
Method Detail |
---|
boolean isTrue(Editor editor, ItemEditor itemEditor)
true
if the condition is true for the given ItemEditor that
is part of the given Editor.
editor
- the Editor instance which contains the itemEditoritemEditor
- the ItemEditor instance to check for the condition
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |