com.github.gwtbootstrap.client.ui.resources.prettify
Interface HasProgrammingLanguage

All Known Implementing Classes:
Code, CodeBlock, PrettifyHelper

public interface HasProgrammingLanguage

Interface for components that have a programming language property.

Since:
2.0.4.0
Author:
Carlos Alexandro Becker

Method Summary
 void setLang(String programmingLanguage)
          Sets the programming language.
 

Method Detail

setLang

void setLang(String programmingLanguage)
Sets the programming language.

Parameters:
programmingLanguage - the programming language


Copyright © 2012 gwtbootstrap. All Rights Reserved.