org.drools.guvnor.client.rulelist
Interface OpenItemCommand


Deprecated.

@Deprecated
public interface OpenItemCommand

This is used by the list view to "open" an item. Places and activities deprecate this.


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

Method Detail

open

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

open

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

Parameters:
keys - - the UUIDs to open.


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