Class UiDisplayField.SetRemoveStyleTagsCommand

java.lang.Object
org.teamapps.dto.UiDisplayField.SetRemoveStyleTagsCommand
All Implemented Interfaces:
UiCommand<java.lang.Void>
Enclosing class:
UiDisplayField

public static class UiDisplayField.SetRemoveStyleTagsCommand
extends java.lang.Object
implements UiCommand<java.lang.Void>
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String componentId  
    protected boolean removeStyleTags  
  • Constructor Summary

    Constructors 
    Constructor Description
    SetRemoveStyleTagsCommand()
    Deprecated.
    Only for Jackson deserialization.
    SetRemoveStyleTagsCommand​(java.lang.String componentId, boolean removeStyleTags)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getComponentId()  
    boolean getRemoveStyleTags()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait