|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Condition | |
|---|---|
| com.atlassian.plugin.web | |
| com.atlassian.plugin.web.conditions | |
| com.atlassian.plugin.web.descriptors | |
| Uses of Condition in com.atlassian.plugin.web |
|---|
| Methods in com.atlassian.plugin.web that return Condition | |
|---|---|
Condition |
WebFragmentHelper.loadCondition(String className,
Plugin plugin)
Creates a condition instance. |
| Uses of Condition in com.atlassian.plugin.web.conditions |
|---|
| Classes in com.atlassian.plugin.web.conditions that implement Condition | |
|---|---|
class |
AbstractCompositeCondition
|
class |
AlwaysDisplayCondition
Always show a web link. |
class |
AndCompositeCondition
|
class |
InvertedCondition
|
class |
NeverDisplayCondition
Always hide a web link. |
class |
OrCompositeCondition
|
| Fields in com.atlassian.plugin.web.conditions with type parameters of type Condition | |
|---|---|
protected List<Condition> |
AbstractCompositeCondition.conditions
|
| Methods in com.atlassian.plugin.web.conditions with parameters of type Condition | |
|---|---|
void |
AbstractCompositeCondition.addCondition(Condition condition)
|
| Constructors in com.atlassian.plugin.web.conditions with parameters of type Condition | |
|---|---|
InvertedCondition(Condition wrappedCondition)
|
|
| Uses of Condition in com.atlassian.plugin.web.descriptors |
|---|
| Fields in com.atlassian.plugin.web.descriptors declared as Condition | |
|---|---|
protected Condition |
AbstractWebFragmentModuleDescriptor.condition
|
| Methods in com.atlassian.plugin.web.descriptors that return Condition | |
|---|---|
Condition |
WebFragmentModuleDescriptor.getCondition()
|
Condition |
AbstractWebFragmentModuleDescriptor.getCondition()
|
Condition |
DefaultAbstractWebFragmentModuleDescriptor.getCondition()
|
Condition |
DefaultWebPanelModuleDescriptor.getCondition()
|
Condition |
ConditionalDescriptor.getCondition()
|
protected Condition |
AbstractWebFragmentModuleDescriptor.makeCondition(org.dom4j.Element element)
|
protected Condition |
AbstractWebFragmentModuleDescriptor.makeConditions(org.dom4j.Element element,
int type)
Create a condition for when this web fragment should be displayed |
protected Condition |
AbstractWebFragmentModuleDescriptor.makeConditions(List elements,
int type)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||