Uses of Class
org.teamapps.dto.UiLine
-
-
Uses of UiLine in org.teamapps.dto
Fields in org.teamapps.dto declared as UiLine Modifier and Type Field Description protected UiLineUiBorder. bottomprotected UiLineUiBorder. leftprotected UiLineUiBorder. rightprotected UiLineUiBorder. topMethods in org.teamapps.dto that return UiLine Modifier and Type Method Description UiLineUiBorder. getBottom()UiLineUiBorder. getLeft()UiLineUiBorder. getRight()UiLineUiBorder. getTop()UiLineUiLine. setType(UiLineType type)Methods in org.teamapps.dto with parameters of type UiLine Modifier and Type Method Description UiBorderUiBorder. setBottom(UiLine bottom)UiBorderUiBorder. setLeft(UiLine left)UiBorderUiBorder. setRight(UiLine right)UiBorderUiBorder. setTop(UiLine top)
-