KIE Uberfire Perspective Editor API 6.2.0.CR2

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

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

@Portable
public class RowEditor
extends Object


Constructor Summary
RowEditor()
           
RowEditor(List<String> rowSpam)
           
 
Method Summary
 void add(ColumnEditor columnEditor)
           
 List<ColumnEditor> getColumnEditors()
           
 List<String> getRowSpam()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowEditor

public RowEditor()

RowEditor

public RowEditor(List<String> rowSpam)
Method Detail

getColumnEditors

public List<ColumnEditor> getColumnEditors()

add

public void add(ColumnEditor columnEditor)

getRowSpam

public List<String> getRowSpam()

KIE Uberfire Perspective Editor API 6.2.0.CR2

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