Annotation Type UiField


  • @Documented
    @Retention(RUNTIME)
    @Target(FIELD)
    public @interface UiField
    Marks fields in a UiBinder client that must be filled by the binder's UiBinder.createAndBindUi(O) method. If provided is true the field creation is delegated to the client (owner).
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean provided
      If true, the field must be filled before UiBinder.createAndBindUi(O) is called.