Package ru.slie.luna.web
Interface WebElement
- All Superinterfaces:
Comparable<WebElement>
- All Known Subinterfaces:
WebItem,WebSection
- All Known Implementing Classes:
WebItemImpl,WebSectionImpl
-
Method Summary
Modifier and TypeMethodDescriptiondefault intcompareTo(@NonNull WebElement other) default Stringdefault Stringdefault StringgetId()intgetOrder()default booleanisVisible(WebContext context)
-
Method Details
-
getId
String getId() -
getLocation
String getLocation() -
getOrder
int getOrder() -
isVisible
-
getIconUrl
-
getIconTitle
-
getFullPath
-
compareTo
- Specified by:
compareToin interfaceComparable<WebElement>
-