org.drools.guvnor.client.rulelist
Interface OpenItemCommand


public interface OpenItemCommand

This is used by the list view to "open" an item.


Method Summary
 void open(MultiViewRow[] rows)
          Open several assets into the same tab.
 void open(String key)
           
 

Method Detail

open

void open(String key)
Parameters:
key - - the UUID to open.
type - - the resource type.

open

void open(MultiViewRow[] rows)
Open several assets into the same tab.

Parameters:
keys - - the UUIDs to open.


Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.