Class ListGroupItemViewImpl

  • All Implemented Interfaces:
    com.google.gwt.user.client.ui.IsWidget, ListGroupItemView, org.uberfire.client.mvp.HasPresenter<ListGroupItemView.Presenter>

    @Dependent
    @Templated
    public class ListGroupItemViewImpl
    extends Object
    implements ListGroupItemView
    This class is used to represent a complex (i.e. expandable) property, i.e. a class containing other properties
    • Field Detail

      • listGroupExpansion

        @DataField("listGroupExpansion")
        protected com.google.gwt.dom.client.DivElement listGroupExpansion
      • listGroupItem

        @DataField("listGroupItem")
        protected com.google.gwt.dom.client.DivElement listGroupItem
      • listGroupItemHeader

        @DataField("listGroupItemHeader")
        protected com.google.gwt.dom.client.DivElement listGroupItemHeader
      • listGroupItemContainer

        @DataField("listGroupItemContainer")
        protected com.google.gwt.dom.client.DivElement listGroupItemContainer
      • faAngleRight

        @DataField("faAngleRight")
        protected com.google.gwt.dom.client.SpanElement faAngleRight
      • listGroupElement

        @DataField("listGroupElement")
        protected com.google.gwt.dom.client.DivElement listGroupElement
      • fullClassName

        @DataField("fullClassName")
        protected com.google.gwt.dom.client.SpanElement fullClassName
      • checkElement

        @DataField("checkElement")
        protected com.google.gwt.dom.client.SpanElement checkElement
      • factProperties

        @DataField("factProperties")
        protected com.google.gwt.dom.client.UListElement factProperties
      • factName

        protected String factName
      • factType

        protected String factType
      • toExpand

        protected boolean toExpand
      • instanceAssigned

        protected boolean instanceAssigned
    • Constructor Detail

      • ListGroupItemViewImpl

        public ListGroupItemViewImpl()