public static class ComponentEditType.Type extends Object
| Constructor and Description |
|---|
Type(String name)
Creates a new Type with a Css Class in the format: lowercase(cq-
|
Type(String name,
String cssClass) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(ComponentEditType.Type type)
Checks if two Type's have the same name
|
boolean |
equals(Object obj)
Checks if the provided name matches the name of the Type
|
boolean |
equals(String name)
Checks if the provided name matches the name of the Type
|
String |
getCssClass()
Returns the Type's CSS class used to display the Icon
|
String |
getName()
Returns the name of the Type in all UPPERCASE
|
int |
hashCode()
HashCode implementation based on the underlying "name" data point.
|
public Type(String name)
name - stores this value internally in UPPERCASEpublic String getName()
public String getCssClass()
public boolean equals(ComponentEditType.Type type)
type - public boolean equals(String name)
name - public boolean equals(Object obj)
Copyright © 2013–2020 Adobe. All rights reserved.