KIE Uberfire Perspective Editor API 6.2.0.CR2

org.kie.uberfire.perspective.editor.model
Class PerspectiveEditor

java.lang.Object
  extended by org.kie.uberfire.perspective.editor.model.PerspectiveEditor

@Portable
public class PerspectiveEditor
extends Object


Constructor Summary
PerspectiveEditor()
           
PerspectiveEditor(String name, List<String> tags)
           
 
Method Summary
 void addRow(RowEditor rowEditor)
           
 String getName()
           
 List<RowEditor> getRows()
           
 List<String> getTags()
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerspectiveEditor

public PerspectiveEditor(String name,
                         List<String> tags)

PerspectiveEditor

public PerspectiveEditor()
Method Detail

addRow

public void addRow(RowEditor rowEditor)

getRows

public List<RowEditor> getRows()

getName

public String getName()

setName

public void setName(String name)

getTags

public List<String> getTags()

KIE Uberfire Perspective Editor API 6.2.0.CR2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.