public abstract class AbstractWebFragment extends Object implements WebFragment
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractWebFragment(String completeKey,
String label,
String title,
String styleClass,
String id,
Map<String,String> params,
int weight) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompleteKey() |
String |
getId() |
String |
getLabel() |
Map<String,String> |
getParams() |
String |
getStyleClass() |
String |
getTitle() |
int |
getWeight() |
String |
toString() |
protected String |
toStringOfFields() |
public String getCompleteKey()
getCompleteKey in interface WebFragmentpublic String getLabel()
getLabel in interface WebFragmentpublic String getTitle()
getTitle in interface WebFragmentpublic String getStyleClass()
getStyleClass in interface WebFragmentpublic String getId()
getId in interface WebFragment@Nonnull public Map<String,String> getParams()
getParams in interface WebFragmentpublic int getWeight()
getWeight in interface WebFragmentprotected String toStringOfFields()
Copyright © 2022 Atlassian. All rights reserved.